Don't export MAX_VAR_LEN - nobody uses it.

svn path=/trunk/; revision=8453
This commit is contained in:
Guy Harris 2003-09-10 23:55:52 +00:00
parent 341e84d9ec
commit d09530d0cf
2 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
/* prefs.c
* Routines for handling preferences
*
* $Id: prefs.c,v 1.106 2003/09/08 21:44:41 guy Exp $
* $Id: prefs.c,v 1.107 2003/09/10 23:55:52 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@ -842,6 +842,7 @@ print.file: /a/very/long/path/
*
*/
#define MAX_VAR_LEN 48
#define DEF_NUM_COLS 6

View File

@ -1,7 +1,7 @@
/* prefs.h
* Definitions for preference handling routines
*
* $Id: prefs.h,v 1.45 2003/09/08 21:44:41 guy Exp $
* $Id: prefs.h,v 1.46 2003/09/10 23:55:52 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@ -35,7 +35,6 @@
#define DEF_WIDTH 750
#define DEF_HEIGHT 550
#define MAX_VAR_LEN 48
#define MAX_VAL_LEN 1024
/*