]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/appcmn.cpp
Fixed old FIXME about unsigned result of sunstraction + a few changes to be able...
[wxWidgets.git] / src / common / appcmn.cpp
index 0c15d2a85d8f82aab4491087806113b5d95f1eb0..4b5a93d45378419a98d64334e91403edcbd87aa9 100644 (file)
@@ -46,7 +46,6 @@
 #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
@@ -141,8 +140,6 @@ void wxAppBase::CleanUp()
         delete wxTopLevelWindows.GetFirst()->GetData();
     }
     
-    wxPrintFactory::SetPrintFactory( NULL );
-
     // undo everything we did in Initialize() above
     wxBitmap::CleanUpHandlers();