[pypy-svn] r7268 - pypy/trunk/src/pypy/translator/tool/pygame

bob at codespeak.net bob at codespeak.net
Tue Nov 16 11:14:42 CET 2004


Author: bob
Date: Tue Nov 16 11:14:42 2004
New Revision: 7268

Modified:
   pypy/trunk/src/pypy/translator/tool/pygame/graphdisplay.py
Log:
remove commented junk



Modified: pypy/trunk/src/pypy/translator/tool/pygame/graphdisplay.py
==============================================================================
--- pypy/trunk/src/pypy/translator/tool/pygame/graphdisplay.py	(original)
+++ pypy/trunk/src/pypy/translator/tool/pygame/graphdisplay.py	Tue Nov 16 11:14:42 2004
@@ -106,13 +106,7 @@
         self.zoom_to_fit()
 
     def zoom_actual_size(self):
-        # XXX - HACK HACK HACK
-        #self.update_status_bar()
-        #self.drawstatusbar()
-
         self.viewer.shiftscale(self.viewer.SCALEMAX / self.viewer.scale)
-        #self.viewer.setoffset((self.viewer.width - self.width) // 2,
-        #                      (self.viewer.height - (self.height - self.status_bar_height)) // 2)
         self.updated_viewer()
 
     def calculate_zoom_to_fit(self):



More information about the Pypy-commit mailing list