]> git.saurik.com Git - wxWidgets.git/blobdiff - src/palmos/font.cpp
wxControl::SetLabel no longer strips out codes so do it here
[wxWidgets.git] / src / palmos / font.cpp
index 19a6b18b46ee73acb1cd0ba81f1cc4da241a99c6..d75397c30eef0eb6eeff2f36170f6ec76307fe3a 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"
@@ -527,4 +522,3 @@ bool wxFont::IsFixedWidth() const
 {
     return false;
 }
-