diff src/bar_comment.c @ 1712:7f91f906f9c2

Comment out unused functions, silenting related compilation warnings.
author zas_
date Mon, 07 Sep 2009 08:24:09 +0000
parents 5f49f305a6b6
children
line wrap: on
line diff
--- a/src/bar_comment.c	Thu Sep 03 20:00:40 2009 +0000
+++ b/src/bar_comment.c	Mon Sep 07 08:24:09 2009 +0000
@@ -189,7 +189,7 @@
 	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;
@@ -199,6 +199,7 @@
 
 	gtk_widget_destroy(pcd->comment_view);
 }
+#endif
 
 static void bar_pane_comment_destroy(GtkWidget *widget, gpointer data)
 {