* remove dummy function
[citadel.git] / 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 section)");
-       do_template("beginboxx", NULL);
-       wc_printf(_("(nothing)"));
-       do_template("endbox", NULL);
-}
-
-
 /*
  * New messages section
  */