X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/aac85509bd54338c3543ca565efe08e1d378a603..b55ff31e207ea51905e67a8fc1945971f15c06d9:/src/common/appcmn.cpp diff --git a/src/common/appcmn.cpp b/src/common/appcmn.cpp index 0c15d2a85d..dc8baac753 100644 --- a/src/common/appcmn.cpp +++ b/src/common/appcmn.cpp @@ -46,10 +46,9 @@ #include "wx/thread.h" #include "wx/utils.h" #include "wx/ptr_scpd.h" -#include "wx/prntbase.h" -#if defined(__WXMSW__) && !defined(__PALMOS__) - #include "wx/msw/private.h" // includes windows.h for LOGFONT +#if defined(__WXMSW__) + #include "wx/msw/private.h" // includes windows.h for LOGFONT #endif #if wxUSE_FONTMAP @@ -140,8 +139,6 @@ void wxAppBase::CleanUp() // but we want to delete them now delete wxTopLevelWindows.GetFirst()->GetData(); } - - wxPrintFactory::SetPrintFactory( NULL ); // undo everything we did in Initialize() above wxBitmap::CleanUpHandlers();