Got rid of all of the .m.html templates and is_mobile cruft
[citadel.git] / webcit / webcit.c
index 5d213a5f0389bd036b7ebc3e92d175a240a10110..5fbe26169cece7456d4f68bf2657476525dccb21 100644 (file)
@@ -654,7 +654,6 @@ void session_loop(void)
        WCC= WC;
        WCC->upload_length = 0;
        WCC->upload = NULL;
-       WCC->is_mobile = 0;
        WCC->Hdr->nWildfireHeaders = 0;
        if (WCC->Hdr->HR.Handler != NULL)
                Flags = WCC->Hdr->HR.Handler->Flags; /* so we can temporarily add our own... */