* remove dummy function
authorWilfried Göesgens <willi@citadel.org>
Sun, 29 Aug 2010 16:56:24 +0000 (16:56 +0000)
committerWilfried Göesgens <willi@citadel.org>
Sun, 29 Aug 2010 16:56:24 +0000 (16:56 +0000)
webcit/summary.c

index eb81c9c40ba61ed380793cd53f9a76d97c01e5f3..2e054a665cb1eee991c7727232c825e23b702587 100644 (file)
@@ -22,20 +22,6 @@ void output_date(void) {
        wc_printf("%s", buf);
 }
 
-
-
-
-/*
- * Dummy section
- */
-void dummy_section(void) {
-       svput("BOXTITLE", WCS_STRING, "(dummy&nbsp;section)");
-       do_template("beginboxx", NULL);
-       wc_printf(_("(nothing)"));
-       do_template("endbox", NULL);
-}
-
-
 /*
  * New messages section
  */