aboutsummaryrefslogtreecommitdiffstats
path: root/epan/column-utils.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2012-01-28 02:21:03 +0000
committerGuy Harris <guy@alum.mit.edu>2012-01-28 02:21:03 +0000
commit25125ae369f9591764a29967753e401bc7b2576e (patch)
treee92c2bc60c68431858ad8c8c708a818e4c6f74c0 /epan/column-utils.c
parent98d51466e54a778506addee39bf7f005e65f68ec (diff)
Well, we *did* go to a widget that invokes callback to get the text for
the columns, so we *can* clean up the exporting of col_set_fmt_time() by not exporting it any more. svn path=/trunk/; revision=40743
Diffstat (limited to 'epan/column-utils.c')
-rw-r--r--epan/column-utils.c10
1 files changed, 2 insertions, 8 deletions
diff --git a/epan/column-utils.c b/epan/column-utils.c
index 666e882733..b4b01256cc 100644
--- a/epan/column-utils.c
+++ b/epan/column-utils.c
@@ -1231,14 +1231,8 @@ col_set_cls_time(const frame_data *fd, column_info *cinfo, const gint col)
}
}
-/* Set the format of the variable time format.
- XXX - this is called from "file.c" when the user changes the time
- format they want for "command-line-specified" time; it's a bit ugly
- that we have to export it, but if we go to a CList-like widget that
- invokes callbacks to get the text for the columns rather than
- requiring us to stuff the text into the widget from outside, we
- might be able to clean this up. */
-void
+/* Set the format of the variable time format. */
+static void
col_set_fmt_time(const frame_data *fd, column_info *cinfo, const gint fmt, const gint col)
{
COL_CHECK_REF_TIME(fd, cinfo->col_buf[col]);