Readloop remove special cases
[citadel.git] / webcit / webcit.h
index 6611a927517cd3a22615c5c3af0af99297d3dce1..e713e75bbfb4b0bc62db459339fd082678bdac01 100644 (file)
@@ -487,7 +487,6 @@ struct wcsession {
        time_t lastreq;                         /* Timestamp of most recent HTTP */
        time_t last_pager_check;                /* last time we polled for instant msgs */
        ServInfo *serv_info;                    /* Information about the citserver we're connected to */
-       int is_ajax;                            /* are we doing an ajax request? */
        StrBuf *PushedDestination;              /* Where to go after login, registration, etc. */
 
 /* Request local Members */