disabled server-side message sequencing code
[citadel.git] / webcit-ng / forum_view.c
index 995a6e187ff28d176ed2a913da66bddf1c2c1a0e..7745e019e199c7a5391f9ea92c172ad4fb713ecb 100644 (file)
@@ -173,6 +173,7 @@ void thread_o_print(struct ctdlsession *c, StrBuf *sj, struct mthread *m, int nu
        }
 }
 
+#if 0
 
 // Threaded view (entry point)
 //
@@ -289,3 +290,5 @@ void flat_view(struct http_transaction *h, struct ctdlsession *c, char *which)
        h->response_body = SmashStrBuf(&sj);
        return;
 }
+
+#endif