aboutsummaryrefslogtreecommitdiffstats
path: root/epan/column-utils.h
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.h
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.h')
-rw-r--r--epan/column-utils.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/epan/column-utils.h b/epan/column-utils.h
index 65fc571a5b..c92bc1e219 100644
--- a/epan/column-utils.h
+++ b/epan/column-utils.h
@@ -52,12 +52,6 @@ extern void col_setup(column_info *cinfo, const gint num_cols);
*/
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.
*
* Internal, don't use this in dissectors!