* remove old session-local template support. YAY!
[citadel.git] / webcit / webcit.h
index f08104e9e1bc175e90c722d062c6a538dd2fc258..9e7a389a4ff9b9cfd57514d9300e2384f11c838e 100644 (file)
@@ -494,7 +494,6 @@ struct wcsession {
        StrBuf *HBuf;                           /* Our HeaderBuffer */
        StrBuf *WFBuf;                          /* Wildfire error logging buffer */
 
-       HashList *vars;                         /* HTTP variable substitutions for this page */
        StrBuf *trailing_javascript;            /* extra javascript to be appended to page */
        char ImportantMessage[SIZ];
        StrBuf *ImportantMsg;