From: Wilfried Göesgens Date: Mon, 9 Aug 2010 21:42:24 +0000 (+0000) Subject: * embed_view_o_matic(): rest in pieces. X-Git-Tag: v8.01~941 X-Git-Url: https://code.citadel.org/?p=citadel.git;a=commitdiff_plain;h=82dd23c039606ec1795a8cdf6d1fdcc3bc2ca504 * embed_view_o_matic(): rest in pieces. --- diff --git a/webcit/roomops.c b/webcit/roomops.c index a5243ebca..ad90f2d3a 100644 --- a/webcit/roomops.c +++ b/webcit/roomops.c @@ -247,46 +247,6 @@ void zapped_list(void) wDumpContent(1); } -/* - * Display the current view and offer an option to change it - */ -void embed_view_o_matic(StrBuf *Target, WCTemplputParams *TP) -{ - int i; - - wc_printf("
\n"); - wc_printf("\t
\n\t\n", WC->nonce); - wc_printf(" " - "
\n"); -}