Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/TurtleArt/taconstants.py
diff options
context:
space:
mode:
authorWalter Bender <walter.bender@gmail.com>2011-11-03 17:26:33 (GMT)
committer Walter Bender <walter.bender@gmail.com>2011-11-03 17:26:33 (GMT)
commit0150810a02f562d12c2f1d2897fe83f764157a12 (patch)
treecb89fbc539434905538ebbe5011c6eb6399fe707 /TurtleArt/taconstants.py
parentae39e44cc5f5e8336339834839c85c40a8dc94cc (diff)
remove vestigaes of canvas as sprite
Diffstat (limited to 'TurtleArt/taconstants.py')
-rw-r--r--TurtleArt/taconstants.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/TurtleArt/taconstants.py b/TurtleArt/taconstants.py
index 2bb9049..5a1b06a 100644
--- a/TurtleArt/taconstants.py
+++ b/TurtleArt/taconstants.py
@@ -25,8 +25,6 @@ from gettext import gettext as _
# Sprite layers
#
-HIDE_LAYER = 100
-CANVAS_LAYER = 500
OVERLAY_LAYER = 525
TURTLE_LAYER = 550
BLOCK_LAYER = 600