X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b5791cc7af207a74deb0bea60f99cd97429bcb8c..c099b53353ec8c689681a1bc8f5117a584e4098d:/include/wx/palmos/font.h diff --git a/include/wx/palmos/font.h b/include/wx/palmos/font.h index f1d6acb4e5..a800719d7c 100644 --- a/include/wx/palmos/font.h +++ b/include/wx/palmos/font.h @@ -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,