aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/new_packet_list.h
diff options
context:
space:
mode:
authorsake <sake@f5534014-38df-0310-8fa8-9805f1628bb7>2011-03-08 01:52:25 +0000
committersake <sake@f5534014-38df-0310-8fa8-9805f1628bb7>2011-03-08 01:52:25 +0000
commitf8b32c33857fb5b8006364c5c9a2918d15e858b5 (patch)
tree3bc38d1ce7d66021eba710361c78a0404e670bc7 /gtk/new_packet_list.h
parente8d404f5cfe13bef9229bf67218caeaa53a15fe5 (diff)
Removal of the old packet-list in favor of the new packet list.
It compiles with "./configure without options" on my Mac. Let's see what the buildbots have to say about it :-) git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@36161 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'gtk/new_packet_list.h')
-rw-r--r--gtk/new_packet_list.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/gtk/new_packet_list.h b/gtk/new_packet_list.h
index dec9578f1a..4118edb5f6 100644
--- a/gtk/new_packet_list.h
+++ b/gtk/new_packet_list.h
@@ -25,7 +25,6 @@
#ifndef __NEW_PACKET_LIST_H__
#define __NEW_PACKET_LIST_H__
-#ifdef NEW_PACKET_LIST
#include <gtk/gtk.h>
/** @file
@@ -153,6 +152,4 @@ void new_packet_list_colorize_packets(void);
*/
extern void new_packet_list_set_sel_browse(gboolean val, gboolean force_set);
-#endif /* NEW_PACKET_LIST */
-
#endif /* __NEW_PACKET_LIST_H__ */