From 7282a10f50c06e31a633900b13f48db1c74c64a0 Mon Sep 17 00:00:00 2001 From: Gary Martin Date: Wed, 06 Oct 2010 18:02:35 +0000 Subject: Yet more comma space cleanups. --- diff --git a/activity.py b/activity.py index a718257..24eed3c 100644 --- a/activity.py +++ b/activity.py @@ -126,7 +126,6 @@ class PhysicsActivity(olpcgames.PyGameActivity): self.set_toolbox(toolbox) return activity_toolbar - def _insert_create_tools(self, create_toolbar): # Stop/play button self.stop_play_state = True @@ -158,7 +157,6 @@ class PhysicsActivity(olpcgames.PyGameActivity): button.show() self.radioList[button] = c.name - def stop_play_cb(self, button): pygame.event.post(olpcgames.eventwrap.Event(pygame.USEREVENT, action="stop_start_toggle")) self.stop_play_state = not self.stop_play_state @@ -173,7 +171,6 @@ class PhysicsActivity(olpcgames.PyGameActivity): def radioClicked(self, button): pygame.event.post(olpcgames.eventwrap.Event(pygame.USEREVENT, action=self.radioList[button])) - def _focus_event(self, event, data=None): """Send focus events to pygame to allow it to more gracefully idle when in the background. """ -- cgit v0.9.1