Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKenny Meyer <knny.myer@gmail.com>2011-06-04 00:07:32 (GMT)
committer Kenny Meyer <knny.myer@gmail.com>2011-06-04 00:07:32 (GMT)
commit70d8ee723f6f2c9a0ac3f9031b0314888e4a46cc (patch)
tree139b0a5b11b9aa22b70d1b1fbd41d89190cd5936
parent3249a58a1481cf12f81537b7ba08bb56132ff5ef (diff)
Version control does work
-rwxr-xr-xconozcopy.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/conozcopy.py b/conozcopy.py
index 9e10cdb..ab8351e 100755
--- a/conozcopy.py
+++ b/conozcopy.py
@@ -657,9 +657,6 @@ class ConozcoPy():
return
elif event.type == EVENTOREFRESCO:
pygame.display.flip()
- # [dbrassel@gmail.com 2010-05-20]
- # Adding code to exit when somebody clicked on the window
- # close button of pygame
elif event.type == pygame.QUIT:
sys.exit()