aboutsummaryrefslogtreecommitdiffstats
path: root/globals.h
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2011-08-30 05:20:37 +0000
committerAnders Broman <anders.broman@ericsson.com>2011-08-30 05:20:37 +0000
commit0cf099392c00ec0b13dbf7eabda9fecc279ca059 (patch)
treed81f09e1e5520d5c5feb231b1837eca3b09504da /globals.h
parenta6fcf8cd45c43251a5b4b7ae41839905e67127e5 (diff)
Path from Joerg Mayer, I'm committing it as I think the right thing to do is to have all menus defined in the GUI and then hide the ones
not available/usable and thuss get rid of a lot of #ifdefs. As for the icons we should load all of them even if some are not needed in all configurations. svn path=/trunk/; revision=38789
Diffstat (limited to 'globals.h')
-rw-r--r--globals.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/globals.h b/globals.h
index 0e6c6bbf82..5bb8718b67 100644
--- a/globals.h
+++ b/globals.h
@@ -33,10 +33,8 @@ extern "C" {
#include <epan/timestamp.h>
extern capture_file cfile;
-#ifdef HAVE_LIBPCAP
/** @todo move this to the gtk dir */
extern gboolean auto_scroll_live;
-#endif
#ifdef __cplusplus
}