X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8907154c1a8a6882c6797d1f16393ddfb23e7f3a..daebb84bff054d3833baca58a5dc506de56c64a1:/src/palmos/font.cpp diff --git a/src/palmos/font.cpp b/src/palmos/font.cpp index b3f9954ddc..3f1f84d7b6 100644 --- a/src/palmos/font.cpp +++ b/src/palmos/font.cpp @@ -25,7 +25,6 @@ #endif #ifndef WX_PRECOMP - #include "wx/setup.h" #include "wx/list.h" #include "wx/utils.h" #include "wx/app.h" @@ -364,10 +363,6 @@ void wxNativeFontInfo::SetPixelSize(const wxSize& pixelSize) // wxFont // ---------------------------------------------------------------------------- -void wxFont::Init() -{ -} - bool wxFont::Create(const wxNativeFontInfo& info, WXHFONT hFont) { return false; @@ -523,4 +518,3 @@ bool wxFont::IsFixedWidth() const { return false; } -