aboutsummaryrefslogtreecommitdiffstats
path: root/gtk
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2009-05-13 10:02:23 +0000
committerStig Bjørlykke <stig@bjorlykke.org>2009-05-13 10:02:23 +0000
commit182c7138e447b95cfdaa47b2103e3344b81fd5d1 (patch)
tree4bcf3c839e99e85f3c21040d2ba8971302c11afe /gtk
parent062aa7a45ff1b63b37699a49d74f927e1523f67c (diff)
Removed an unused variable.
svn path=/trunk/; revision=28344
Diffstat (limited to 'gtk')
-rw-r--r--gtk/capture_if_dlg.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/gtk/capture_if_dlg.c b/gtk/capture_if_dlg.c
index b08785199a..9d1877f152 100644
--- a/gtk/capture_if_dlg.c
+++ b/gtk/capture_if_dlg.c
@@ -105,9 +105,6 @@
* one, rather than creating a new one.
*/
static GtkWidget *cap_if_w;
-#ifdef HAVE_AIRPCAP
-static GtkWidget *cap_air_w;
-#endif
GList *if_data = NULL;