changeset 2144:a9b8f29ed238

Remove commented out code.
author Laurent Monin <zas@norz.org>
date Thu, 30 Aug 2012 15:53:28 +0200
parents 7a833c361742
children 43518c2f7c7f
files src/bar_comment.c
diffstat 1 files changed, 0 insertions(+), 12 deletions(-) [+]
line wrap: on
line diff
--- a/src/bar_comment.c	Thu Aug 30 15:20:31 2012 +0200
+++ b/src/bar_comment.c	Thu Aug 30 15:53:28 2012 +0200
@@ -196,18 +196,6 @@
 	menu_item_add_stock(GTK_WIDGET(menu), _("Replace existing text in selected files"), GTK_STOCK_CONVERT, G_CALLBACK(bar_pane_comment_sel_replace_cb), data);
 }
 
-#if 0
-static void bar_pane_comment_close(GtkWidget *bar)
-{
-	PaneCommentData *pcd;
-
-	pcd = g_object_get_data(G_OBJECT(bar), "pane_data");
-	if (!pcd) return;
-
-	gtk_widget_destroy(pcd->comment_view);
-}
-#endif
-
 static void bar_pane_comment_destroy(GtkWidget *widget, gpointer data)
 {
 	PaneCommentData *pcd = data;