remove empty function
[netris.git] / curses.c
index 11fac6e1f132bc2491f9b1dfa4f95370e8478585..637e8971721f97836f6cfcd826a9baa23de2921f 100644 (file)
--- a/curses.c
+++ b/curses.c
@@ -337,10 +337,6 @@ void InitFields(void)
                DrawField(scr);
 }
 
-void CleanupScreen(int scr)
-{
-}
-
 void DisplayMessage(char *p)
 {
        char s[MSG_WIDTH];