]> git.saurik.com Git - wxWidgets.git/blobdiff - src/x11/font.cpp
Commented out call that breaks metal style setting before Create
[wxWidgets.git] / src / x11 / font.cpp
index 125cb3545e3a591dd82cae7c33c4dbce3556140b..08742ac42ef3439f0839ba4cf9146d5b2762705b 100644 (file)
 // headers
 // ----------------------------------------------------------------------------
 
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
-    #pragma implementation "font.h"
-#endif
-
 #ifdef __VMS
 #pragma message disable nosimpint
 #include "wx/vms_x_fix.h"
@@ -526,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(),