Remove ENABLE_NLS definition. Either we HAVE_USELOCALE or we don't translate at...
[citadel.git] / webcit / webcit.h
index 6611a927517cd3a22615c5c3af0af99297d3dce1..67131a5eb3345459997438163531d0ecc89f33b3 100644 (file)
@@ -53,7 +53,7 @@
 #include <iconv.h>
 #endif
 
-#ifdef ENABLE_NLS
+#ifdef HAVE_USELOCALE
 #ifdef HAVE_XLOCALE_H
 #include <xlocale.h>
 #endif
@@ -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 */