From e388d2ea8b500dae9ec731db189f6f856b6b1a6b Mon Sep 17 00:00:00 2001 From: gerald Date: Wed, 1 Aug 2012 23:35:18 +0000 Subject: It looks like we haven't inserted anything into the cap_settings_history hash table since r40715. Remove it and its associated functions. C++-ize iface_lists.h. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@44197 f5534014-38df-0310-8fa8-9805f1628bb7 --- capture_opts.h | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'capture_opts.h') diff --git a/capture_opts.h b/capture_opts.h index 9e773948e8..9d3ecdc383 100644 --- a/capture_opts.h +++ b/capture_opts.h @@ -268,18 +268,6 @@ capture_opts_trim_iface(capture_options *capture_opts, const char *capture_devic extern void collect_ifaces(capture_options *capture_opts); -typedef struct { - gboolean monitor_mode; - int linktype; -} cap_settings_t; - -/** Get capture settings for interface - * - * @param if_name interface name - */ -cap_settings_t -capture_get_cap_settings (gchar *if_name); - #ifdef __cplusplus } #endif /* __cplusplus */ -- cgit v1.2.3