shape frequency in global game data
[netris.git] / board.h
diff --git a/board.h b/board.h
index 5bd6a5d5245045099cd24219b44ea7ac0027d070..84074da823a6390ca0368cdfb9541fdf6cf6da30 100644 (file)
--- a/board.h
+++ b/board.h
@@ -1,8 +1,6 @@
 #ifndef __BOARD_H
 #define __BOARD_H
 
-extern float stdOptions[7];
-
 typedef int (*ShapeDrawFunc)(int scr, int y, int x, unsigned char type);
 extern int shape_iterate(char s, int scr, int y, int x, ShapeDrawFunc func);
 extern char ChooseOption(float options[7]);