cleaned up the interface a bit
[e-DoKo.git] / output.php
index 77aba216b69282f81c1cf2b1b89ea9dda74ee255..44bdfc3cbf4f9c8af0bb0752dce507cb7e28ff4e 100644 (file)
@@ -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;