From d230681469e4baaee07a2901a6d5aec044b33dbf Mon Sep 17 00:00:00 2001 From: Walter Bender Date: Fri, 29 Jan 2010 02:41:35 +0000 Subject: palette selection cleanup --- (limited to 'constants.py') 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'] -- cgit v0.9.1