Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--TurtleArt/taturtle.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/TurtleArt/taturtle.py b/TurtleArt/taturtle.py
index 4d5e3a8..ea1fb1a 100644
--- a/TurtleArt/taturtle.py
+++ b/TurtleArt/taturtle.py
@@ -342,8 +342,6 @@ class Turtle:
self.set_shade(color.shade, share)
self.set_gray(color.gray, share)
if color.color is not None:
- # TODO why do we call this function twice?
- self.set_color(color.color, share)
color = color.color
else:
color = self._pen_color