aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/stock_icons.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 /gtk/stock_icons.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 'gtk/stock_icons.h')
-rw-r--r--gtk/stock_icons.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/gtk/stock_icons.h b/gtk/stock_icons.h
index 1656095d6b..3158a1732a 100644
--- a/gtk/stock_icons.h
+++ b/gtk/stock_icons.h
@@ -27,7 +27,6 @@
#define __STOCK_ICONS_H__
-#ifdef HAVE_LIBPCAP
#define WIRESHARK_STOCK_CAPTURE_INTERFACES "Wireshark_Stock_CaptureInterfaces"
#define WIRESHARK_STOCK_CAPTURE_OPTIONS "Wireshark_Stock_CaptureOptionss"
#define WIRESHARK_STOCK_CAPTURE_START "Wireshark_Stock_CaptureStart"
@@ -36,7 +35,6 @@
#define WIRESHARK_STOCK_CAPTURE_FILTER "Wireshark_Stock_CaptureFilter"
#define WIRESHARK_STOCK_CAPTURE_FILTER_ENTRY "Wireshark_Stock_CaptureFilter_Entry"
#define WIRESHARK_STOCK_CAPTURE_DETAILS "Wireshark_Stock_CaptureDetails"
-#endif
#ifdef HAVE_GEOIP
#define WIRESHARK_STOCK_MAP "Wireshark_Stock_Map"
#endif