Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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()