]> git.saurik.com Git - wxWidgets.git/blobdiff - src/palmos/font.cpp
fix for non precomp
[wxWidgets.git] / src / palmos / font.cpp
index 19a6b18b46ee73acb1cd0ba81f1cc4da241a99c6..3f1f84d7b65480f3dbc864856794a8a9653424ec 100644 (file)
 // headers
 // ----------------------------------------------------------------------------
 
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
-    #pragma implementation "font.h"
-#endif
-
 // For compilers that support precompilation, includes "wx.h".
 #include "wx/wxprec.h"
 
@@ -29,7 +25,6 @@
 #endif
 
 #ifndef WX_PRECOMP
-    #include "wx/setup.h"
     #include "wx/list.h"
     #include "wx/utils.h"
     #include "wx/app.h"
@@ -368,10 +363,6 @@ void wxNativeFontInfo::SetPixelSize(const wxSize& pixelSize)
 // wxFont
 // ----------------------------------------------------------------------------
 
-void wxFont::Init()
-{
-}
-
 bool wxFont::Create(const wxNativeFontInfo& info, WXHFONT hFont)
 {
     return false;
@@ -527,4 +518,3 @@ bool wxFont::IsFixedWidth() const
 {
     return false;
 }
-