aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/packet_list_store.h
diff options
context:
space:
mode:
authorSake Blok <sake@euronet.nl>2011-03-08 01:52:25 +0000
committerSake Blok <sake@euronet.nl>2011-03-08 01:52:25 +0000
commit307c0d70fbf7343fbdc37bb324945de1c27a96da (patch)
tree3bc38d1ce7d66021eba710361c78a0404e670bc7 /gtk/packet_list_store.h
parent4f8edc81e68e349f821790920bc7cee59d084c13 (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 :-) svn path=/trunk/; revision=36161
Diffstat (limited to 'gtk/packet_list_store.h')
-rw-r--r--gtk/packet_list_store.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/gtk/packet_list_store.h b/gtk/packet_list_store.h
index 5fd029bf33..2780fb2348 100644
--- a/gtk/packet_list_store.h
+++ b/gtk/packet_list_store.h
@@ -28,8 +28,6 @@
#ifndef __PACKET_LIST_STORE_H__
#define __PACKET_LIST_STORE_H__
-#ifdef NEW_PACKET_LIST
-
#include <glib.h>
#include "epan/column_info.h"
@@ -121,6 +119,4 @@ void packet_list_dissect_and_cache_iter(PacketList *packet_list, GtkTreeIter *it
void packet_list_reset_colorized(PacketList *packet_list);
const char* packet_list_get_widest_column_string(PacketList *packet_list, gint col);
-#endif /* NEW_PACKET_LIST */
-
#endif /* __PACKET_LIST_STORE_H__ */