changeset 716:38f537b0ee82 pyntnclick

Remove some cruft
author Neil Muller <neil@dip.sun.ac.za>
date Sun, 05 Aug 2012 16:00:02 +0200
parents 4716709b28c1
children 3b2d1adca59c
files pyntnclick/constants.py pyntnclick/gamescreen.py
diffstat 2 files changed, 0 insertions(+), 8 deletions(-) [+]
line wrap: on
line diff
--- a/pyntnclick/constants.py	Sun Aug 05 15:12:46 2012 +0200
+++ b/pyntnclick/constants.py	Sun Aug 05 16:00:02 2012 +0200
@@ -40,6 +40,3 @@
 
     modal_obscure_color = (0, 0, 0, 0xB0)
 
-    # User event IDs:
-    enter = 1
-    leave = 2
--- a/pyntnclick/gamescreen.py	Sun Aug 05 15:12:46 2012 +0200
+++ b/pyntnclick/gamescreen.py	Sun Aug 05 16:00:02 2012 +0200
@@ -14,11 +14,6 @@
 from pyntnclick.widgets.text import TextButton, WrappedTextLabel
 from pyntnclick.widgets.imagebutton import ImageButtonWidget
 
-# XXX: Need a way to get at the constants.
-from pyntnclick.constants import GameConstants
-constants = GameConstants()
-SCREEN = constants.screen
-LEAVE = constants.leave
 
 
 class InventorySlot(ImageButtonWidget):