aboutsummaryrefslogtreecommitdiffstats
path: root/ui/gtk/packet_list_store.h
diff options
context:
space:
mode:
authorJakub Zawadzki <darkjames-ws@darkjames.pl>2012-07-25 18:00:38 +0000
committerJakub Zawadzki <darkjames-ws@darkjames.pl>2012-07-25 18:00:38 +0000
commit59de6c3a8f46a80e98983779ceb319b23ebc8ed2 (patch)
tree62108b6ade9a6116c06106be14d52b26db2bebd7 /ui/gtk/packet_list_store.h
parentfce74c732bcdce8a773fc488d1be4e9278e078b1 (diff)
Remove packet_list->column_types
svn path=/trunk/; revision=44005
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;