Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/constants.py
diff options
context:
space:
mode:
authorWalter Bender <walter@walter-laptop.(none)>2010-01-29 02:41:35 (GMT)
committer Walter Bender <walter@walter-laptop.(none)>2010-01-29 02:41:35 (GMT)
commitd230681469e4baaee07a2901a6d5aec044b33dbf (patch)
tree9dec76fdaf776b911cecdc8fd8780eb07160fe28 /constants.py
parente2d8cecd81f913e61c85e9da97c07ff0e4b1242a (diff)
palette selection cleanup
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']