summaryrefslogtreecommitdiff
path: root/ui/gtk
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2017-02-20 19:21:28 -0800
committerGuy Harris <guy@alum.mit.edu>2017-02-21 03:24:30 +0000
commitc46f8b6fb33bd34d6086f6d64650c8287fc220ee (patch)
tree908e662286d65589eee3f97ecf18ffc58c1d5017 /ui/gtk
parent987244e16896d481d45f3ba9c1dcf9ab65106ced (diff)
downloadwireshark-c46f8b6fb33bd34d6086f6d64650c8287fc220ee.tar.gz
Get rid of unused variable.
Change-Id: I684ce34b33e8abc596b9109068e302db57f85115 Reviewed-on: https://code.wireshark.org/review/20220 Reviewed-by: Guy Harris <guy@alum.mit.edu>
Diffstat (limited to 'ui/gtk')
-rw-r--r--ui/gtk/capture_dlg.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/ui/gtk/capture_dlg.c b/ui/gtk/capture_dlg.c
index 3ce9d83028..906b39a7a1 100644
--- a/ui/gtk/capture_dlg.c
+++ b/ui/gtk/capture_dlg.c
@@ -1158,7 +1158,6 @@ static GtkWidget *
iftype_combo_box_new(void)
{
GtkWidget *iftype_cbx;
- GHashTable *ht;
iftype_cbx = gtk_combo_box_text_new_with_entry();