aboutsummaryrefslogtreecommitdiffstats
path: root/epan/frame_data.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 /epan/frame_data.c
parent4f8edc81e68e349f821790920bc7cee59d084c13 (diff)
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 'epan/frame_data.c')
-rw-r--r--epan/frame_data.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/epan/frame_data.c b/epan/frame_data.c
index 3ce944bf56..b07681b1d9 100644
--- a/epan/frame_data.c
+++ b/epan/frame_data.c
@@ -209,10 +209,8 @@ frame_data_init(frame_data *fdata, guint32 num,
fdata->flags.ref_time = 0;
fdata->flags.ignored = 0;
fdata->color_filter = NULL;
-#ifdef NEW_PACKET_LIST
fdata->col_text_len = NULL;
fdata->col_text = NULL;
-#endif
}
void