X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=webcit%2Fwebcit.h;h=9e7a389a4ff9b9cfd57514d9300e2384f11c838e;hb=4a934a743d2ec967b7abc382c887cc3e23a5fc25;hp=f08104e9e1bc175e90c722d062c6a538dd2fc258;hpb=1e3751825c141428e5766a86d88945e50c42aece;p=citadel.git diff --git a/webcit/webcit.h b/webcit/webcit.h index f08104e9e..9e7a389a4 100644 --- a/webcit/webcit.h +++ b/webcit/webcit.h @@ -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;