From 82dd23c039606ec1795a8cdf6d1fdcc3bc2ca504 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Wilfried=20G=C3=B6esgens?= Date: Mon, 9 Aug 2010 21:42:24 +0000 Subject: [PATCH] * embed_view_o_matic(): rest in pieces. --- webcit/roomops.c | 40 ---------------------------------------- 1 file changed, 40 deletions(-) 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"); -} -- 2.30.2