From 95324c87cc52f693c12affcce27272a78d5f4816 Mon Sep 17 00:00:00 2001 From: monsta Date: Mon, 20 Feb 2017 13:07:14 +0300 Subject: font-viewer: remove declaration of non-existent function fixes a build warning --- font-viewer/font-model.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'font-viewer/font-model.c') diff --git a/font-viewer/font-model.c b/font-viewer/font-model.c index 06028bbf..abaa725a 100644 --- a/font-viewer/font-model.c +++ b/font-viewer/font-model.c @@ -61,8 +61,6 @@ enum { static guint signals[NUM_SIGNALS] = { 0, }; -static void ensure_thumbnail (FontViewModel *self, const gchar *path); - G_DEFINE_TYPE (FontViewModel, font_view_model, GTK_TYPE_LIST_STORE); #define ATTRIBUTES_FOR_CREATING_THUMBNAIL \ -- cgit v1.2.1