aboutsummaryrefslogtreecommitdiffstats
path: root/ui/gtk/packet_list_store.h
diff options
context:
space:
mode:
Diffstat (limited to 'ui/gtk/packet_list_store.h')
-rw-r--r--ui/gtk/packet_list_store.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/ui/gtk/packet_list_store.h b/ui/gtk/packet_list_store.h
index 3612769d2a..0c264c007c 100644
--- a/ui/gtk/packet_list_store.h
+++ b/ui/gtk/packet_list_store.h
@@ -67,9 +67,7 @@ struct _PacketList
/** Has the entire file been columnized? */
gboolean columnized;
- gint n_columns;
- /**< Note: We need one extra column to store the entire PacketListRecord */
- GType column_types[NUM_COL_FMTS+1];
+ gint n_cols; /* copy of cfile.cinfo.num_cols */
GtkWidget *view;
gint sort_id;