X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/68567a967bc8afd37a40cb9a7ee5021b9ee6cd96..3271d7376a34a73139db3d9d3d2f23426539e50e:/src/gtk/font.cpp diff --git a/src/gtk/font.cpp b/src/gtk/font.cpp index 120d0a87e5..04da6ccac7 100644 --- a/src/gtk/font.cpp +++ b/src/gtk/font.cpp @@ -345,14 +345,8 @@ void wxFontRefData::SetNativeFontInfo(const wxNativeFontInfo& info) IMPLEMENT_DYNAMIC_CLASS(wxFont, wxGDIObject) -void wxFont::Init() -{ -} - wxFont::wxFont(const wxNativeFontInfo& info) { - Init(); - Create( info.GetPointSize(), info.GetFamily(), info.GetStyle(),