summaryrefslogtreecommitdiffstats
path: root/output.php
diff options
context:
space:
mode:
Diffstat (limited to 'output.php')
-rw-r--r--output.php9
1 files changed, 0 insertions, 9 deletions
diff --git a/output.php b/output.php
index 77aba21..44bdfc3 100644
--- a/output.php
+++ b/output.php
@@ -2,15 +2,6 @@
/* functions which only ouput html */
-function display_status($gametype)
-{
- echo "<div class=\"info\">";
- echo " Gametype: $gametype";
- echo "</div>\n";
-
- return;
-}
-
function display_news()
{
global $wiki;