X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b5791cc7af207a74deb0bea60f99cd97429bcb8c..cbeda384e51acb82e13994cb67ac1714669cae10:/include/wx/msw/font.h diff --git a/include/wx/msw/font.h b/include/wx/msw/font.h index 5db34d64ce..4756c68eab 100644 --- a/include/wx/msw/font.h +++ b/include/wx/msw/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,