From cb689e996fb44f086136aa6c45b03a5502cc72cb Mon Sep 17 00:00:00 2001 From: Gary Martin Date: Thu, 09 Jun 2011 16:50:45 +0000 Subject: Removed no longer used font object. --- (limited to 'physics.py') 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 -- cgit v0.9.1