From: Laurent Monin Date: Thu, 30 Aug 2012 13:53:29 +0000 (+0200) Subject: Remove commented out code. X-Git-Tag: v1.2~29 X-Git-Url: http://geeqie.org/cgi-bin/gitweb.cgi?p=geeqie.git;a=commitdiff_plain;h=998d7438ddb832124dc2ef02a09bd28b417e4abe Remove commented out code. --- diff --git a/src/ui_pathsel.c b/src/ui_pathsel.c index 60f9fd71..7abc511f 100644 --- a/src/ui_pathsel.c +++ b/src/ui_pathsel.c @@ -1142,9 +1142,6 @@ GtkWidget *path_selection_new_with_files(GtkWidget *entry, const gchar *path, gtk_cell_layout_pack_start(GTK_CELL_LAYOUT(dd->filter_combo), renderer, TRUE); gtk_cell_layout_set_attributes(GTK_CELL_LAYOUT(dd->filter_combo), renderer, "text", FILTER_COLUMN_NAME, NULL); -#if 0 - gtk_combo_set_case_sensitive(GTK_COMBO(dd->filter_combo), TRUE); -#endif gtk_box_pack_start(GTK_BOX(hbox2), dd->filter_combo, TRUE, TRUE, 0); gtk_widget_show(dd->filter_combo);