X-Git-Url: https://code.citadel.org/?p=citadel.git;a=blobdiff_plain;f=webcit-ng%2Fforum_view.c;h=7745e019e199c7a5391f9ea92c172ad4fb713ecb;hp=995a6e187ff28d176ed2a913da66bddf1c2c1a0e;hb=32fe7887a4fc68e8148f79c4b9ec35ffbb2442d7;hpb=b189e3c20289655e602210cb8e250bfd98d9dd47 diff --git a/webcit-ng/forum_view.c b/webcit-ng/forum_view.c index 995a6e187..7745e019e 100644 --- a/webcit-ng/forum_view.c +++ b/webcit-ng/forum_view.c @@ -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