aboutsummaryrefslogtreecommitdiffstats
path: root/ui/recent_utils.h
diff options
context:
space:
mode:
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.
*