src/lib/cheapcgi.c 1.121

1.121 2009/05/05 23:35:07 tdreszer
Removed NO_VALUE define, as it is defined in the header file. Thanks Hiram
Index: src/lib/cheapcgi.c
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/lib/cheapcgi.c,v
retrieving revision 1.120
retrieving revision 1.121
diff -b -B -U 4 -r1.120 -r1.121
--- src/lib/cheapcgi.c	29 Apr 2009 19:38:27 -0000	1.120
+++ src/lib/cheapcgi.c	5 May 2009 23:35:07 -0000	1.121
@@ -1189,9 +1189,8 @@
 printf("<INPUT TYPE=TEXT NAME=\"%s\" SIZE=%d VALUE=%d>", varName,
 	maxDigits, initialVal);
 }
 
-#define NO_VALUE            -96669
 void cgiMakeIntVarInRange(char *varName, int initialVal, char *title, int width, char *min, char *max)
 /* Make a integer control filled with initial value.
    If min and/or max are non-NULL will enforce range
    Requires utils.js jQuery.js and inputBox class */