remove FreezePiece remnants
[netris.git] / board.c
diff --git a/board.c b/board.c
index 87073b9a7b5348e14ebe9ed20b94ba96d70fdd87..22efdc166ab1425e52eeba7d9c4174ba624266ac 100644 (file)
--- a/board.c
+++ b/board.c
@@ -381,11 +381,6 @@ int ClearFullLines(int scr)
        return linescleared;
 }
 
-void FreezePiece(int scr)
-{
-       // remove me! :)
-}
-
 void InsertJunk(int scr, int color, int count, int column)
 { //add <count> junklines with hole at <column> to <scr> by team <color>
        int y, x;