summaryrefslogtreecommitdiff
path: root/gtk/packet_win.c
diff options
context:
space:
mode:
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));