aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/packet_list_store.h
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2009-08-21 10:12:47 +0000
committerAnders Broman <anders.broman@ericsson.com>2009-08-21 10:12:47 +0000
commit1108352f008b3fb0e53c56110edc71af507734b0 (patch)
treecf781f95a01d43c8eab9f05bc17ca015e8908996 /gtk/packet_list_store.h
parent55597ea16151e78d6b5d14c8bed1d99ca23c60e2 (diff)
Use col_text in frame data.
- colum-utils needs more work, based on Didier Gautherons optimizations patch http://wiki.wireshark.org/Development/Optimization svn path=/trunk/; revision=29489
Diffstat (limited to 'gtk/packet_list_store.h')
-rw-r--r--gtk/packet_list_store.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/gtk/packet_list_store.h b/gtk/packet_list_store.h
index 4a4fc4b95f..e04f9acbdd 100644
--- a/gtk/packet_list_store.h
+++ b/gtk/packet_list_store.h
@@ -38,7 +38,6 @@
#define PACKETLIST_LIST_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS((obj), PACKETLIST_TYPE_LIST, PacketListClass))
typedef struct {
- gchar **col_text;
frame_data *fdata;
} row_data_t;