From d34b6e3930db0e0545989fc02ce9d8948be7278a Mon Sep 17 00:00:00 2001 From: Laurent Monin Date: Thu, 30 Aug 2012 15:53:29 +0200 Subject: [PATCH] Remove commented out code. --- src/print.c | 6 ------ 1 file changed, 6 deletions(-) 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 } /* -- 2.20.1