aboutsummaryrefslogtreecommitdiffstats
path: root/gtk
diff options
context:
space:
mode:
authoretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2010-04-08 15:51:44 +0000
committeretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2010-04-08 15:51:44 +0000
commit990137afa1456876973b17881b01392f178959e1 (patch)
treeee7d71faa7d6b24a52329de690829a23dc692598 /gtk
parent9aef7484f0ef358ea34a90dfae2f79add23f26d1 (diff)
Get rid of check_col().
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32428 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'gtk')
-rw-r--r--gtk/compare_stat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/compare_stat.c b/gtk/compare_stat.c
index 83afe723c5..4a4fb77f2b 100644
--- a/gtk/compare_stat.c
+++ b/gtk/compare_stat.c
@@ -216,7 +216,7 @@ comparestat_packet(void *arg, packet_info *pinfo, epan_dissect_t *edt _U_, const
/* Set up the new order to create the zebra effect */
fInfoTemp=se_tree_lookup32(cs->packet_tree, pinfo->fd->num);
- if(check_col(pinfo->cinfo, COL_INFO)&&(fInfoTemp!=NULL)){
+ if((fInfoTemp!=NULL)){
col_set_time(pinfo->cinfo, COL_INFO, &fInfoTemp->zebra_time, "ZebraTime");
}