Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/physics.py
diff options
context:
space:
mode:
Diffstat (limited to 'physics.py')
-rw-r--r--physics.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/physics.py b/physics.py
index 97119da..f54c610 100644
--- a/physics.py
+++ b/physics.py
@@ -46,7 +46,6 @@ class PhysicsGame:
self.screen = screen
# Get everything set up
self.clock = pygame.time.Clock()
- self.font = pygame.font.Font(None, 24) # font object
self.canvas = olpcgames.ACTIVITY.canvas
self.in_focus = True
# Create the name --> instance map for components