]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/palmos/font.h
streamlining code
[wxWidgets.git] / include / wx / palmos / font.h
index f1d6acb4e5337322adbd5462395130d5c4f1e68c..a800719d7c5f28c43c06abec4327edc8335ae524 100644 (file)
@@ -48,18 +48,6 @@ public:
         Create(size, family, style, weight, underlined, face, encoding);
     }
     
-    wxFont(const wxSize& pixelSize,
-           wxFontFamily family,
-           wxFontStyle style,
-           wxFontWeight weight,
-           bool underlined = false,
-           const wxString& face = wxEmptyString,
-           wxFontEncoding encoding = wxFONTENCODING_DEFAULT)
-    {
-        Create(10, family, style, weight, underlined, face, encoding);
-        SetPixelSize(pixelSize);
-    }
-    
     bool Create(int size,
                 wxFontFamily family,
                 wxFontStyle style,