Mercurial > geeqie
diff src/bar_comment.c @ 1740:6146ec0c9ab9
Comment out unused functions, silenting related compilation warnings.
author | zas_ |
---|---|
date | Mon, 07 Sep 2009 08:24:09 +0000 |
parents | 5f49f305a6b6 |
children | a4f3c93294c9 |
line wrap: on
line diff
--- a/src/bar_comment.c Mon Sep 07 08:18:18 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) {