# HG changeset patch # User Neil Muller # Date 1344175202 -7200 # Node ID 38f537b0ee82135d2c704a8aa23fee0e7cb79aed # Parent 4716709b28c114794f0c8d066579db572e78858e Remove some cruft diff -r 4716709b28c1 -r 38f537b0ee82 pyntnclick/constants.py --- 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 diff -r 4716709b28c1 -r 38f537b0ee82 pyntnclick/gamescreen.py --- 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):