From 998d7438ddb832124dc2ef02a09bd28b417e4abe 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/ui_pathsel.c | 3 --- 1 file changed, 3 deletions(-) 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); -- 2.20.1