From: Laurent Monin Date: Thu, 30 Aug 2012 13:53:29 +0000 (+0200) Subject: Remove commented out code. X-Git-Tag: v1.2~36 X-Git-Url: http://geeqie.org/cgi-bin/gitweb.cgi?p=geeqie.git;a=commitdiff_plain;h=d34b6e3930db0e0545989fc02ce9d8948be7278a Remove commented out code. --- diff --git a/src/print.c b/src/print.c index 738371b6..c81b8881 100644 --- a/src/print.c +++ b/src/print.c @@ -3212,12 +3212,6 @@ static void print_text_menu(GtkWidget *box, PrintWindow *pw) pref_spin_new(group, _("Size:"), _("points"), 8.0, 100.0, 1.0, 0, pw->text_points, G_CALLBACK(print_text_cb_points), pw); - -#if 0 - button = color_selection_new(); - gtk_box_pack_start(GTK_BOX(group), button, FALSE, FALSE, 0); - gtk_widget_show(button); -#endif } /*