closing in on the dav problem ... not quite there yet
[citadel.git] / webcit / webcit.h
index 0beda739a51146b6c05eedd3703cdd75fae8a891..3951ea38863caae23fd6337fced99ae395eeffd0 100644 (file)
@@ -511,9 +511,7 @@ struct wcsession {
        StrBuf *WBuf;                           /* Our output buffer */
        StrBuf *HBuf;                           /* Our HeaderBuffer */
        StrBuf *WFBuf;                          /* Wildfire error logging buffer */
-
        StrBuf *trailing_javascript;            /* extra javascript to be appended to page */
-/*     char ImportantMessage[SIZ];*/
        StrBuf *ImportantMsg;
        HashList *Directory;                    /* Parts of the directory URL in snippets */
        const Floor *CurrentFloor;              /* when Parsing REST, which floor are we on? */