aboutsummaryrefslogtreecommitdiffstats
path: root/epan/column-utils.c
diff options
context:
space:
mode:
authorMichael Mann <mmann78@netscape.net>2013-10-01 15:30:22 +0000
committerMichael Mann <mmann78@netscape.net>2013-10-01 15:30:22 +0000
commitd6950e2176918538a3fd28949cb8e4fa45932b85 (patch)
tree8a74d01a10c2fa7f90ed040d03c313de1e7b947c /epan/column-utils.c
parent12dd69e0b680e4b483656b850ed33d3d47bf222e (diff)
FINALLY remove the check_col API so that reviewers won't have to mention that it's deprecated. Now it just won't compile if its included in a dissector.
svn path=/trunk/; revision=52317
Diffstat (limited to 'epan/column-utils.c')
-rw-r--r--epan/column-utils.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/epan/column-utils.c b/epan/column-utils.c
index 6457002312..3da1cc91fd 100644
--- a/epan/column-utils.c
+++ b/epan/column-utils.c
@@ -145,12 +145,6 @@ col_set_writable(column_info *cinfo, const gboolean writable)
/* There is at least one column in that format */ \
((cinfo)->col_first[el] >= 0))
-gint
-check_col(column_info *cinfo, const gint el)
-{
- return CHECK_COL(cinfo, el);
-}
-
/* Sets the fence for a column to be at the end of the column. */
void
col_set_fence(column_info *cinfo, const gint el)