Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDinko Galetic <dgaletic@everflame.(none)>2010-06-03 08:20:43 (GMT)
committer Dinko Galetic <dgaletic@everflame.(none)>2010-06-03 08:20:43 (GMT)
commit7ec8843726a61bcca184ad77cf8e7d5eb43850de (patch)
tree487f6bb0f2891bf41c77811d4fcd9280345d3de2
parent78c65595b2d9ef90ec1b906b38fca086ee53eaa2 (diff)
Removed an obsolete line from comments.
-rw-r--r--data/GSOC examples/rotate polygon1
1 files changed, 0 insertions, 1 deletions
diff --git a/data/GSOC examples/rotate polygon b/data/GSOC examples/rotate polygon
index fdd3222..fdf1a37 100644
--- a/data/GSOC examples/rotate polygon
+++ b/data/GSOC examples/rotate polygon
@@ -132,7 +132,6 @@ while pippy.pygame.next_frame():
more = False
# Changing the size of our polygon with up and down keys.
- # TODO: Report that my up arrow doesn't work in Sugar.
# Practice: Unlike L and R keys, this does not keep changing size
# while the keys are pressed. Could you make it so? Look to L and R
# examples to understand how it's done.