diff options
Diffstat (limited to 'cgi/framework.py')
-rw-r--r-- | cgi/framework.py | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/cgi/framework.py b/cgi/framework.py index 7894c16..796703e 100644 --- a/cgi/framework.py +++ b/cgi/framework.py @@ -17,11 +17,6 @@ from database import * ### Constants ### BIT = lambda x: 2 ** x -RB_FRONT = BIT(0) -RB_ALL = BIT(1) -RB_KAKO = BIT(2) -RB_HOME = BIT(3) - def setBoard(dir): """ Sets the board which the script is operating on by filling Settings._.BOARD |