b58ba4822dba71c108aeefeaa92670e95b3551dc tdreszer Fri Jul 2 10:47:42 2010 -0700 Removed ifdefs which were past their expiration date diff --git src/inc/htmshell.h src/inc/htmshell.h index 3d6d5d2..605ce27 100644 --- src/inc/htmshell.h +++ src/inc/htmshell.h @@ -102,12 +102,9 @@ char *htmlWarnEndPattern(); /* Return ending pattern for warning message. */ -#define WARNBOX_IN_USE -#ifdef WARNBOX_IN_USE void htmlWarnBoxSetup(FILE *f); /* Creates an invisible, empty warning box than can be filled with errors * and then made visible. */ -#endif//def WARNBOX_IN_USE void htmlAbort(); /* Terminate HTML file. Exposed for cart's use. */