changeset 2174:684daf1f8192

Remove commented out code.
author Laurent Monin <zas@norz.org>
date Thu, 30 Aug 2012 15:53:29 +0200
parents 8a279c24d2df
children a4cbedd2e4a6
files src/ui_bookmark.c
diffstat 1 files changed, 0 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/src/ui_bookmark.c	Thu Aug 30 15:53:29 2012 +0200
+++ b/src/ui_bookmark.c	Thu Aug 30 15:53:29 2012 +0200
@@ -875,10 +875,6 @@
 	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));