diff src/image-overlay.c @ 1740:6146ec0c9ab9

Comment out unused functions, silenting related compilation warnings.
author zas_
date Mon, 07 Sep 2009 08:24:09 +0000
parents 9a081164e6e3
children 9a20074dbd8f
line wrap: on
line diff
--- a/src/image-overlay.c	Mon Sep 07 08:18:18 2009 +0000
+++ b/src/image-overlay.c	Mon Sep 07 08:24:09 2009 +0000
@@ -1040,12 +1040,14 @@
 	g_free(osd);
 }
 
+#if 0
 static void image_osd_remove(ImageWindow *imd)
 {
 	OverlayStateData *osd = image_get_osd_data(imd);
 
 	if (osd) image_osd_free(osd);
 }
+#endif
 
 static void image_osd_destroy_cb(GtkWidget *widget, gpointer data)
 {