]> git.saurik.com Git - wxWidgets.git/blobdiff - src/x11/font.cpp
fixed incorrect XtVaXXX() function call (thanks to g++ 4 for detecting this!)
[wxWidgets.git] / src / x11 / font.cpp
index 53d2bebcca9378859e9dbbbb7636f88b93e662be..08742ac42ef3439f0839ba4cf9146d5b2762705b 100644 (file)
@@ -522,14 +522,8 @@ void wxFontRefData::SetNativeFontInfo(const wxNativeFontInfo& info)
 // wxFont
 // ----------------------------------------------------------------------------
 
-void wxFont::Init()
-{
-}
-
 wxFont::wxFont(const wxNativeFontInfo& info)
 {
-    Init();
-
 #if wxUSE_UNICODE
     Create( info.GetPointSize(),
             info.GetFamily(),