diff gamelib/toolbar.py @ 548:27c09c58d89d

Remove gameboard and dialog event flow hacks.
author Simon Cross <hodgestar@gmail.com>
date Sat, 28 Nov 2009 11:25:56 +0000
parents e57a0cf38cc7
children a8dde729000a
line wrap: on
line diff
--- a/gamelib/toolbar.py	Sat Nov 28 11:12:45 2009 +0000
+++ b/gamelib/toolbar.py	Sat Nov 28 11:25:56 2009 +0000
@@ -260,10 +260,6 @@
         width = constants.TOOLBAR_WIDTH
         return width, height
 
-    def event(self, e):
-        if not gui.Table.event(self, e):
-            return self.gameboard.event(e)
-        return True
 
 class DefaultToolBar(BaseToolBar):