git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30335 
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
 #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
         delete wxTopLevelWindows.GetFirst()->GetData();
     }
     
-    wxPrintFactory::SetPrintFactory( NULL );
-
     // undo everything we did in Initialize() above
     wxBitmap::CleanUpHandlers();
 
 
     TransferDataFromWindow();
 
     // Transfer the current print settings from this dialog to the page setup dialog.
+    
+#if 0
+    // Use print factory later    
+    
     wxPrintDialogData data;
     data = GetPageSetupData().GetPrintData();
     data.SetSetupDialog(true);
 
     // Now update the dialog in case the page setup dialog changed some of our settings.
     TransferDataToWindow();
+#endif
 }
 
 wxGenericPageSetupDialog::wxGenericPageSetupDialog( wxWindow *parent,