]> 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 b3f9954ddc0723b195715844d326bac878fb32da..d75397c30eef0eb6eeff2f36170f6ec76307fe3a 100644 (file)
@@ -25,7 +25,6 @@
 #endif
 
 #ifndef WX_PRECOMP
-    #include "wx/setup.h"
     #include "wx/list.h"
     #include "wx/utils.h"
     #include "wx/app.h"
@@ -523,4 +522,3 @@ bool wxFont::IsFixedWidth() const
 {
     return false;
 }
-