From bcca3fb3d57ccab84dcdc9d53bfad37f29de0bbb Mon Sep 17 00:00:00 2001 From: Jeff Morriss Date: Mon, 23 Aug 2010 16:18:06 +0000 Subject: [PATCH] Remove #if 0'd out code (dfilter_combo_add_empty()). svn path=/trunk/; revision=33891 --- gtk/main_filter_toolbar.c | 9 --------- 1 file changed, 9 deletions(-) diff --git a/gtk/main_filter_toolbar.c b/gtk/main_filter_toolbar.c index 5ebe9db920..28e53b2548 100644 --- a/gtk/main_filter_toolbar.c +++ b/gtk/main_filter_toolbar.c @@ -317,15 +317,6 @@ dfilter_recent_combo_write_all(FILE *rf) { }while (gtk_tree_model_iter_next (model, &iter)&& (max_count++ < prefs.gui_recent_df_entries_max)); } -#if 0 - -/* empty the combobox entry field */ -void -dfilter_combo_add_empty(void) { - - /* This doesn't seem to be necessary with a Combo Box */ -} -#endif /* add a display filter coming from the user's recent file to the dfilter combo box */ gboolean