code duplication
[netris.git] / board.c
diff --git a/board.c b/board.c
index a452f6dc0035f24fc0b62e7b1384bdd34be8764f..71ad1dcc25556dfa9e118d55fadd8b503fb3a9b3 100644 (file)
--- a/board.c
+++ b/board.c
@@ -172,8 +172,6 @@ int shape_iterate(char s, int scr, int y, int x, ShapeDrawFunc func)
 }
 
 
-float stdOptions[7] = {1, 1, 1, 1, 1, 1, 1}; //stdOptions
-
 char ChooseOption(float options[7])
 { //Return a random piece with given piece weight
        int i;