aboutsummaryrefslogtreecommitdiffstats
path: root/epan/frame_data.h
diff options
context:
space:
mode:
Diffstat (limited to 'epan/frame_data.h')
-rw-r--r--epan/frame_data.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/epan/frame_data.h b/epan/frame_data.h
index 847ed1e3ff..2165278216 100644
--- a/epan/frame_data.h
+++ b/epan/frame_data.h
@@ -66,10 +66,8 @@ typedef struct _frame_data {
nstime_t del_dis_ts; /**< Delta timestamp to previous displayed frame (yes, it can be negative) */
nstime_t del_cap_ts; /**< Delta timestamp to previous captured frame (yes, it can be negative) */
-#ifdef NEW_PACKET_LIST
gchar **col_text; /**< The column text for some columns, see colum_utils */
guint *col_text_len; /**< The length of the column text strings in 'col_text' */
-#endif
} frame_data;
/**