diff options
author | monsta <[email protected]> | 2017-02-20 13:07:14 +0300 |
---|---|---|
committer | monsta <[email protected]> | 2017-02-20 13:07:14 +0300 |
commit | 95324c87cc52f693c12affcce27272a78d5f4816 (patch) | |
tree | 02b79a8ba3f3e736adefc5765b51110ba6103bc8 /font-viewer/font-model.c | |
parent | 449518709f7765d181d7e878ebd1563717a31f62 (diff) | |
download | mate-control-center-95324c87cc52f693c12affcce27272a78d5f4816.tar.bz2 mate-control-center-95324c87cc52f693c12affcce27272a78d5f4816.tar.xz |
font-viewer: remove declaration of non-existent function
fixes a build warning
Diffstat (limited to 'font-viewer/font-model.c')
-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 \ |