changeset 867:5169bd198d5a

Fix warning: thumb.c:31: warning : 'normalize_thumb' declared 'static' but never defined
author zas_
date Sat, 28 Jun 2008 00:44:31 +0000
parents c879a9a4f186
children db6977f8b0f1
files src/thumb.c
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/thumb.c	Fri Jun 27 22:57:48 2008 +0000
+++ b/src/thumb.c	Sat Jun 28 00:44:31 2008 +0000
@@ -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);