Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/physics.py
diff options
context:
space:
mode:
authorGary Martin <gary@garycmartin.com>2011-06-09 16:50:45 (GMT)
committer Gary Martin <gary@garycmartin.com>2011-06-09 16:50:45 (GMT)
commitcb689e996fb44f086136aa6c45b03a5502cc72cb (patch)
tree98a949eed8d6e020309bd8ba232ad204b7a5b958 /physics.py
parent559bfeb50af45cd86ee85fdee93807157cd8fc7d (diff)
Removed no longer used font object.
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