25302f3104436c0e32d7b05990e3d5ac6a0b538a tdreszer Wed Sep 22 09:53:16 2010 -0700 A number of class defines were moved to HGStyle.css diff --git src/lib/cheapcgi.c src/lib/cheapcgi.c index 3546e58..23ed05f 100644 --- src/lib/cheapcgi.c +++ src/lib/cheapcgi.c @@ -1976,6 +1976,10 @@ char *commonCssStyles() /* Returns a string of common CSS styles */ { +// Contents currently is OBSOLETE as these have been moved to HGStyle.css +// However, don't loose this function call yet, as it may have future uses. +return ""; +#ifdef OMIT static boolean commonStylesWritten = FALSE; if(commonStylesWritten) return ""; @@ -2024,5 +2028,6 @@ dyStringPrintf(style,"\n"); return dyStringCannibalize(&style); +#endif///def OMIT }