changeset 2145:43518c2f7c7f

Remove commented out code.
author Laurent Monin <zas@norz.org>
date Thu, 30 Aug 2012 15:53:28 +0200
parents a9b8f29ed238
children b12ca1a780f8
files src/bar_histogram.c
diffstat 1 files changed, 0 insertions(+), 12 deletions(-) [+]
line wrap: on
line diff
--- a/src/bar_histogram.c	Thu Aug 30 15:53:28 2012 +0200
+++ b/src/bar_histogram.c	Thu Aug 30 15:53:28 2012 +0200
@@ -190,18 +190,6 @@
 	bar_pane_histogram_update(phd);
 }
 
-#if 0
-static void bar_pane_histogram_close(GtkWidget *pane)
-{
-	PaneHistogramData *phd;
-
-	phd = g_object_get_data(G_OBJECT(pane), "pane_data");
-	if (!phd) return;
-
-	gtk_widget_destroy(phd->widget);
-}
-#endif
-
 static void bar_pane_histogram_destroy(GtkWidget *widget, gpointer data)
 {
 	PaneHistogramData *phd = data;