From b05ee41bc008c5a8141ec75605538965afb0e5e8 Mon Sep 17 00:00:00 2001 From: Jeff Morriss Date: Sat, 21 Aug 2010 03:31:30 +0000 Subject: [PATCH] Remove duplicate definition of COL_MAX_LEN and COL_MAX_INFO_LEN: apparently no one needs them in this file (probably because they're marked as "don't use"). Now they are only defined in column_info.h . svn path=/trunk/; revision=33871 --- epan/column-utils.h | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/epan/column-utils.h b/epan/column-utils.h index a9f76ece35..0079e3f744 100644 --- a/epan/column-utils.h +++ b/epan/column-utils.h @@ -35,17 +35,6 @@ extern "C" { #endif /* __cplusplus */ -/** Maximum length of columns (except COL_INFO). - * Internal, don't use this in dissectors! - */ - -#define COL_MAX_LEN 256 -/** Maximum length of info columns (COL_INFO only). - * Internal, don't use this in dissectors! - */ -#define COL_MAX_INFO_LEN 4096 - - /** Allocate all the data structures for constructing column data, given * the number of columns. *