Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/physics.py
diff options
context:
space:
mode:
authorBrian Jordan <bcjordan@gmail.com>2009-05-25 07:57:03 (GMT)
committer Brian Jordan <bcjordan@gmail.com>2009-05-25 07:57:03 (GMT)
commit2202de8257083535d796c2e1e66e099de5ad5110 (patch)
tree3ceec16eaeb057dc1c4c5b4e2ef0a1ccde88016e /physics.py
parent7c1e5eff0c7040498f78b2976c5fed84649903cc (diff)
Removed unfinished "joystick" feature
Diffstat (limited to 'physics.py')
-rw-r--r--physics.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/physics.py b/physics.py
index 4b2bbdc..4615117 100644
--- a/physics.py
+++ b/physics.py
@@ -32,8 +32,6 @@ class PhysicsGame:
self.clock = pygame.time.Clock()
self.font = pygame.font.Font(None, 24) # font object
self.canvas = olpcgames.ACTIVITY.canvas
- self.joystickobject = None
- self.debug = True
# create the name --> instance map for components
self.toolList = {}
for c in tools.allTools: