X-Git-Url: http://git.shiar.net/netris.git/blobdiff_plain/f8a5ad3034da8bec75b68d1590c7d1d3943a18a7..cc18d725f485013b9be8bb16f3a93e5eef12d5c1:/board.c diff --git a/board.c b/board.c index 87073b9..22efdc1 100644 --- 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 junklines with hole at to by team int y, x;