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
This commit is contained in:
Guy Harris 2012-01-28 02:21:03 +00:00
parent 98d51466e5
commit 25125ae369
3 changed files with 2 additions and 15 deletions

View File

@ -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. /* Set the format of the variable time format. */
XXX - this is called from "file.c" when the user changes the time static void
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
col_set_fmt_time(const frame_data *fd, column_info *cinfo, const gint fmt, const gint col) 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]); COL_CHECK_REF_TIME(fd, cinfo->col_buf[col]);

View File

@ -52,12 +52,6 @@ extern void col_setup(column_info *cinfo, const gint num_cols);
*/ */
extern void col_init(column_info *cinfo); extern void col_init(column_info *cinfo);
/** Set the format of the "variable time format".
*
* Internal, don't use this in dissectors!
*/
extern void col_set_fmt_time(const frame_data *fd, column_info *cinfo, const gint fmt, const gint col);
/** Fill in all columns of the given packet which are based on values from frame_data. /** Fill in all columns of the given packet which are based on values from frame_data.
* *
* Internal, don't use this in dissectors! * Internal, don't use this in dissectors!

View File

@ -96,7 +96,6 @@ col_has_time_fmt
col_prepend_fence_fstr col_prepend_fence_fstr
col_prepend_fstr col_prepend_fstr
col_set_fence col_set_fence
col_set_fmt_time
col_set_str col_set_str
col_set_time col_set_time
col_set_writable col_set_writable