]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk1/font.h
Removed obsolete conditional compile option wxPG_CREATE_CONTROLS_HIDDEN
[wxWidgets.git] / include / wx / gtk1 / font.h
index 0686c3934f2cd0992c902a55cbbd8c0bc7968ecd..068bb1a3425d5e4bddfc7f8bab18ee490ed67b67 100644 (file)
@@ -63,7 +63,7 @@ public:
     {
         Create(size, family, style, weight, underlined, face, encoding);
     }
-    
+
     wxFont(const wxSize& pixelSize,
            wxFontFamily family,
            wxFontStyle style,
@@ -75,7 +75,7 @@ public:
         Create(10, family, style, weight, underlined, face, encoding);
         SetPixelSize(pixelSize);
     }
-    
+
     bool Create(int size,
                 wxFontFamily family,
                 wxFontStyle style,