X-Git-Url: http://git.shiar.nl/netris.git/blobdiff_plain/f8a5ad3034da8bec75b68d1590c7d1d3943a18a7..d970b02f5c5800066fd484af40852b79bbf5cfc2:/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;