X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/fbfb8bcc3fa17e079d4219655b173f8ed2ccc65a..777f37e0ccea2836804085fc7d0f5d9666a787f9:/src/msw/font.cpp?ds=sidebyside diff --git a/src/msw/font.cpp b/src/msw/font.cpp index d335ae6fce..059e4bdb59 100644 --- a/src/msw/font.cpp +++ b/src/msw/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" @@ -761,10 +760,6 @@ wxString wxNativeFontInfo::ToString() const // wxFont // ---------------------------------------------------------------------------- -void wxFont::Init() -{ -} - bool wxFont::Create(const wxNativeFontInfo& info, WXHFONT hFont) { UnRef(); @@ -1048,4 +1043,3 @@ bool wxFont::IsFixedWidth() const return wxFontBase::IsFixedWidth(); } -