summaryrefslogtreecommitdiff
path: root/ui/recent_utils.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2013-07-27 22:37:26 +0000
committerGuy Harris <guy@alum.mit.edu>2013-07-27 22:37:26 +0000
commit210507cc7660b108f991382f44a45d63a225d754 (patch)
tree78746f785a24c5bd6faa48f14f1653d41f8d44e9 /ui/recent_utils.h
parent3663498a8b39f4159ca90eaee2fbc915df27712a (diff)
downloadwireshark-210507cc7660b108f991382f44a45d63a225d754.tar.gz
Have separate lists of recent capture filters for all interfaces, in
addition to a "global" list. Store all of those lists in the recent file. Maintain the lists in ui/recent.c, rather than attaching them to widgets; have the code that populates the combo boxes get the lists from the ui/recent.c code. This makes a little more of the code GUI-toolkit-independent, and should fix bug 7278. #BACKPORT 1.10, 1.8 svn path=/trunk/; revision=50956
Diffstat (limited to 'ui/recent_utils.h')
-rw-r--r--ui/recent_utils.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/ui/recent_utils.h b/ui/recent_utils.h
index 4c5fbf1acf..684f27832f 100644
--- a/ui/recent_utils.h
+++ b/ui/recent_utils.h
@@ -39,12 +39,6 @@ extern void add_menu_recent_capture_file(const gchar *cf_name);
*/
extern void menu_recent_file_write_all(FILE *rf);
-/** Add a capture filter coming from the user's recent file to the cfilter combo box.
- *
- * @param s the filter string
- */
-extern gboolean cfilter_combo_add_recent(const gchar *s);
-
/** Write all non-empty capture filters (until maximum count)
* of the combo box GList to the user's recent file.
*