]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/misc/widgetLayoutTest.py
Warning fixes, source cleaning.
[wxWidgets.git] / wxPython / misc / widgetLayoutTest.py
index fc2b8922e44bfd6fa21a23ec1136c0f32b9eda5e..9cce150933fd77bd0872340fc2855805db7a7bb7 100644 (file)
@@ -502,9 +502,6 @@ class ColourInfoPanel(wx.Panel):
         self._fgtxt.SetValue( clr2hex(win.GetForegroundColour(), self._fgclr) )
         self._bgtxt.SetValue( clr2hex(win.GetBackgroundColour(), self._bgclr) )
 
-##         f = win.GetFont()
-##         print f.GetNativeFontInfo().ToString()
-        
 
     def Clear(self):
         self._fgtxt.SetValue("")