aboutsummaryrefslogtreecommitdiffstats
path: root/epan/conversation_table.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2018-05-16 01:15:38 -0700
committerGuy Harris <guy@alum.mit.edu>2018-05-16 08:16:15 +0000
commit8322c5e210d276a0a27e69f234829c7147c7e787 (patch)
treec4b318f372decb6623063e3b51b4b3b32062b672 /epan/conversation_table.h
parent2dfce3b54b871abbca5027e16a74710afdf9c7d7 (diff)
Get rid of a GTK+-only field.
Change-Id: Iab68aaf0507fc94ff85deaf41c8ee23818d568c1 Reviewed-on: https://code.wireshark.org/review/27573 Reviewed-by: Guy Harris <guy@alum.mit.edu>
Diffstat (limited to 'epan/conversation_table.h')
-rw-r--r--epan/conversation_table.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/epan/conversation_table.h b/epan/conversation_table.h
index 826fd9a0a7..c15394ac4c 100644
--- a/epan/conversation_table.h
+++ b/epan/conversation_table.h
@@ -113,8 +113,6 @@ typedef struct _conversation_item_t {
nstime_t start_time; /**< relative start time for the conversation */
nstime_t stop_time; /**< relative stop time for the conversation */
nstime_t start_abs_time; /**< absolute start time for the conversation */
-
- gboolean modified; /**< new to redraw the row (only used in GTK+) */
} conv_item_t;
/** Hostlist information */