From 0cf099392c00ec0b13dbf7eabda9fecc279ca059 Mon Sep 17 00:00:00 2001 From: Anders Broman Date: Tue, 30 Aug 2011 05:20:37 +0000 Subject: 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 --- globals.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'globals.h') 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 extern capture_file cfile; -#ifdef HAVE_LIBPCAP /** @todo move this to the gtk dir */ extern gboolean auto_scroll_live; -#endif #ifdef __cplusplus } -- cgit v1.2.1