From 4739976d0a96eb21b8f606c69ecc09ca7a1557de Mon Sep 17 00:00:00 2001 From: Walter Bender Date: Tue, 08 Nov 2011 00:12:29 +0000 Subject: Merge commit 'refs/merge-requests/3' of git://git.sugarlabs.org/turtleart/mainline into integration Conflicts: NEWS activity/activity.info --- (limited to 'TurtleArt/taconstants.py') 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 -- cgit v0.9.1