Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/constants.py
diff options
context:
space:
mode:
Diffstat (limited to 'constants.py')
-rw-r--r--constants.py10
1 files changed, 0 insertions, 10 deletions
diff --git a/constants.py b/constants.py
index 83f6433..da7a0e2 100644
--- a/constants.py
+++ b/constants.py
@@ -31,16 +31,6 @@ TOP_LAYER = 1000
# block palette categories
#
-TURTLE = 0
-PEN = 1
-COLORS = 2
-NUMBER = 3
-FLOW = 4
-BLOCKS = 5
-EXTRAS = 6
-PORTFOLIO = 7
-TRASH = 8
-
PALETTE_NAMES = ['turtle', 'pen', 'colors', 'number', 'flow', 'blocks',
'extras', 'portfolio', 'trash']