diff gamelib/state.py @ 518:3e91c82c2240

Removed superfluous SIZE attribute on Scene.
author Jeremy Thurgood <firxen@gmail.com>
date Tue, 07 Sep 2010 17:05:51 +0200
parents 26f9b4d10e3e
children 8f3c82c685a4
line wrap: on
line diff
--- a/gamelib/state.py	Tue Sep 07 13:45:07 2010 +0200
+++ b/gamelib/state.py	Tue Sep 07 17:05:51 2010 +0200
@@ -247,9 +247,6 @@
     # Offset of the background image
     OFFSET = (0, 0)
 
-    # size (for detail views)
-    SIZE = constants.SCENE_SIZE
-
     def __init__(self, state):
         StatefulGizmo.__init__(self)
         # scene name