summaryrefslogtreecommitdiff
path: root/gtk/packet_win.c
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_win.c
parent4f8edc81e68e349f821790920bc7cee59d084c13 (diff)
downloadwireshark-307c0d70fbf7343fbdc37bb324945de1c27a96da.tar.gz
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_win.c')
-rw-r--r--gtk/packet_win.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/gtk/packet_win.c b/gtk/packet_win.c
index 19f068ce64..ebfe333c86 100644
--- a/gtk/packet_win.c
+++ b/gtk/packet_win.c
@@ -135,14 +135,11 @@ void new_window_cb(GtkWidget *w _U_)
return;
}
-#ifdef NEW_PACKET_LIST
-
/* With the new packetlists "lazy columns" it's neccesary to reread the frame */
if (!cf_read_frame(&cfile, cfile.current_frame)) {
/* error reading the frame */
return;
}
-#endif
/* Allocate data structure to represent this window. */
DataPtr = (struct PacketWinData *) g_malloc(sizeof(struct PacketWinData));