aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2009-09-07 07:30:42 +0000
committerJörg Mayer <jmayer@loplof.de>2009-09-07 07:30:42 +0000
commit99fba222098b901d3578ed3e348a3b079e4cac6e (patch)
treeaef7d4096b4aa4bb5c019513acd229aeee10896c
parent9500e97cb3a53a304c6d2b8e92f26e951511be52 (diff)
The external declaration of airpcap_tb here is not needed
and creates warnings svn path=/trunk/; revision=29757
-rw-r--r--gtk/capture_dlg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/capture_dlg.h b/gtk/capture_dlg.h
index 765bb4e084..4654666768 100644
--- a/gtk/capture_dlg.h
+++ b/gtk/capture_dlg.h
@@ -25,7 +25,7 @@
#ifndef __CAPTURE_DLG_H__
#define __CAPTURE_DLG_H__
-extern GtkWidget* airpcap_tb;
+/* extern GtkWidget* airpcap_tb; */
/** @file
* "Capture Options" dialog box.