]> code.citadel.org Git - citadel.git/blobdiff - webcit/context_loop.c
* Per-session locale. For some reason it doesn't work well.
[citadel.git] / webcit / context_loop.c
index a2cfad4a8c3d8c30af71835a280aa5e4ca1f45db..b7fdf2a9ce467053ffa7170ec93caab0b9b65d64 100644 (file)
@@ -434,9 +434,6 @@ void context_loop(int sock)
        TheSession->http_sock = sock;
        TheSession->lastreq = time(NULL);                       /* log */
        TheSession->gzip_ok = gzip_ok;
-#ifdef ENABLE_NLS
-       go_selected_language();
-#endif /* ENABLE_NLS */
        session_loop(req);                              /* do transaction */
        pthread_mutex_unlock(&TheSession->SessionMutex);        /* unbind */