Fix warning:
authorLaurent Monin <geeqie@norz.org>
Sat, 28 Jun 2008 00:44:31 +0000 (00:44 +0000)
committerLaurent Monin <geeqie@norz.org>
Sat, 28 Jun 2008 00:44:31 +0000 (00:44 +0000)
thumb.c:31: warning : 'normalize_thumb' declared 'static' but never defined

src/thumb.c

index d636203..8993dd7 100644 (file)
@@ -28,7 +28,6 @@
 static void thumb_loader_error_cb(ImageLoader *il, gpointer data);
 static void thumb_loader_setup(ThumbLoader *tl, const gchar *path);
 
-static gint normalize_thumb(gint *width, gint *height, gint max_w, gint max_h);
 static GdkPixbuf *get_xv_thumbnail(gchar *thumb_filename, gint max_w, gint max_h);