aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorStephen Fisher <steve@stephen-fisher.com>2008-04-07 04:34:54 +0000
committerStephen Fisher <steve@stephen-fisher.com>2008-04-07 04:34:54 +0000
commit13802b1d8427da55fb2290b953b1453a9c43095c (patch)
treeaaec8b58ad25a0fb63a0a0ec4f2de4d674407422 /plugins
parenta398bebdaf691ceeaec536d8c657505d45906451 (diff)
Remove GTK1 code.
svn path=/trunk/; revision=24827
Diffstat (limited to 'plugins')
-rw-r--r--plugins/asn1/packet-asn1.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/plugins/asn1/packet-asn1.c b/plugins/asn1/packet-asn1.c
index 6bd383ebc6..4d569bb9d4 100644
--- a/plugins/asn1/packet-asn1.c
+++ b/plugins/asn1/packet-asn1.c
@@ -3518,9 +3518,7 @@ build_pdu_tree(const char *pduname)
#ifdef DISSECTOR_WITH_GUI
/* This cannot work in tshark.... don't include for now */
-#if GTK_MAJOR_VERSION >= 2
-#define SHOWPDU /* this needs GTK2 */
-#endif
+#define SHOWPDU
#endif /* DISSECTOR_WITH_GUI */
#ifdef SHOWPDU