summaryrefslogtreecommitdiff
path: root/ui/gtk/main.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2012-01-18 19:38:34 +0000
committerGuy Harris <guy@alum.mit.edu>2012-01-18 19:38:34 +0000
commitdacb4133e82536f4b46c4f15604a8501bf089ede (patch)
tree72d17edb279bbec629604b20580b8bb93f7e6091 /ui/gtk/main.h
parent0299bdbc62e2a0ed182bd3476cac9c5ca9c365ce (diff)
downloadwireshark-dacb4133e82536f4b46c4f15604a8501bf089ede.tar.gz
Restructure the recent file code so that recent.c is GUI-independent;
move it to the top-level source directory for now, and move ui/gtk/recent.h to the ui directory. svn path=/trunk/; revision=40561
Diffstat (limited to 'ui/gtk/main.h')
-rw-r--r--ui/gtk/main.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/ui/gtk/main.h b/ui/gtk/main.h
index f944ab2bb6..47a6599b06 100644
--- a/ui/gtk/main.h
+++ b/ui/gtk/main.h
@@ -301,22 +301,10 @@ extern void find_next_mark_cb(GtkWidget *widget, gpointer data, int action);
*/
extern void find_prev_mark_cb(GtkWidget *widget, gpointer data, int action);
-/** Add a display filter coming from the user's recent file to the dfilter combo box.
- *
- * @param dftext the filter string
- */
-extern gboolean dfilter_combo_add_recent(gchar *dftext);
-
#if 0
/** Empty out the combobox entry field */
extern void dfilter_combo_add_empty(void);
#endif
-/** Write all non empty display filters (until maximum count)
- * of the combo box GList to the user's recent file.
- *
- * @param rf the recent file
- */
-extern void dfilter_recent_combo_write_all(FILE *rf);
/** Quit the program.
*