From: Laurent Monin Date: Thu, 30 Aug 2012 13:53:28 +0000 (+0200) Subject: Remove commented out code. X-Git-Tag: v1.2~62 X-Git-Url: http://geeqie.org/cgi-bin/gitweb.cgi?p=geeqie.git;a=commitdiff_plain;h=a2756cb29e1e1c3380a4047e680f12b579640850 Remove commented out code. --- diff --git a/src/bar_comment.c b/src/bar_comment.c index 156ab6e3..5a750076 100644 --- a/src/bar_comment.c +++ b/src/bar_comment.c @@ -196,18 +196,6 @@ static void bar_pane_comment_populate_popup(GtkTextView *textview, GtkMenu *menu 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;