From: Laurent Monin Date: Thu, 30 Aug 2012 13:53:29 +0000 (+0200) Subject: Remove commented out code. X-Git-Tag: v1.2~32 X-Git-Url: http://geeqie.org/cgi-bin/gitweb.cgi?p=geeqie.git;a=commitdiff_plain;h=d183c70667dae4e1b9c14274f87008140705f77d Remove commented out code. --- diff --git a/src/ui_bookmark.c b/src/ui_bookmark.c index 0c985f44..a2a63aaf 100644 --- a/src/ui_bookmark.c +++ b/src/ui_bookmark.c @@ -875,10 +875,6 @@ GtkWidget *history_combo_new(GtkWidget **entry, const gchar *text, hc->history_levels = max_levels; hc->combo = gtk_combo_box_text_new_with_entry(); -#if 0 - gtk_combo_set_case_sensitive(GTK_COMBO(hc->combo), TRUE); - gtk_combo_set_use_arrows(GTK_COMBO(hc->combo), FALSE); -#endif hc->entry = gtk_bin_get_child(GTK_BIN(hc->combo));