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
This commit is contained in:
Jeff Morriss 2010-08-21 03:31:30 +00:00
parent 71c99df326
commit b05ee41bc0
1 changed files with 0 additions and 11 deletions

View File

@ -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.
*