diff src/bar_histogram.c @ 1712:7f91f906f9c2

Comment out unused functions, silenting related compilation warnings.
author zas_
date Mon, 07 Sep 2009 08:24:09 +0000
parents 24a12aa0cb54
children
line wrap: on
line diff
--- a/src/bar_histogram.c	Thu Sep 03 20:00:40 2009 +0000
+++ b/src/bar_histogram.c	Mon Sep 07 08:24:09 2009 +0000
@@ -171,6 +171,7 @@
 	bar_pane_histogram_update(phd);
 }
 
+#if 0
 static void bar_pane_histogram_close(GtkWidget *pane)
 {
 	PaneHistogramData *phd;
@@ -180,6 +181,7 @@
 
 	gtk_widget_destroy(phd->widget);
 }
+#endif
 
 static void bar_pane_histogram_destroy(GtkWidget *widget, gpointer data)
 {