]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/appcmn.cpp
Common default datetime formats.
[wxWidgets.git] / src / common / appcmn.cpp
index 0c15d2a85d8f82aab4491087806113b5d95f1eb0..dc8baac753ec6e4c11dbd625c9b72815c0bffad6 100644 (file)
 #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();