diff options
-rw-r--r-- | font-viewer/font-model.c | 2 |
1 files changed, 0 insertions, 2 deletions
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 \ |