aboutsummaryrefslogtreecommitdiffstats
path: root/ui/gtk/capture_dlg.c
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2014-10-04 17:11:18 +0200
committerAnders Broman <a.broman58@gmail.com>2014-10-04 16:16:36 +0000
commitacc19b7679923f93be595d1c74b2a13eca0c6a87 (patch)
tree356afcfbac43df15ba5bff6978640b9362a105ab /ui/gtk/capture_dlg.c
parentbedad69641140453fae8912ab571e40bbc69895f (diff)
extcap: warning: no previous prototype for ‘extcap_free_arglist’ [-Wmissing-prototypes]
Remove extcap_free_arglist (never used) Change-Id: I1f751512be627380a992db63c3e4abd22b3aa486 Reviewed-on: https://code.wireshark.org/review/4455 Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'ui/gtk/capture_dlg.c')
-rw-r--r--ui/gtk/capture_dlg.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/ui/gtk/capture_dlg.c b/ui/gtk/capture_dlg.c
index da8839e361..535334abac 100644
--- a/ui/gtk/capture_dlg.c
+++ b/ui/gtk/capture_dlg.c
@@ -2502,11 +2502,6 @@ adjust_snap_sensitivity(GtkWidget *tb _U_, gpointer parent_w _U_)
}
#ifdef HAVE_EXTCAP
-void
-extcap_free_arglist(gpointer data, gpointer user_data _U_)
-{
- extcap_free_arg ( (extcap_arg *) data );
-}
static GtkWidget *build_extcap_options(const gchar *name, GHashTable *hash) {
GtkWidget *ret_box = NULL;