From 0150810a02f562d12c2f1d2897fe83f764157a12 Mon Sep 17 00:00:00 2001 From: Walter Bender Date: Thu, 03 Nov 2011 17:26:33 +0000 Subject: remove vestigaes of canvas as sprite --- (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