add Length, Tell, SetPlaybackRate and GetPlaybackRate - use Connect instead of messag...
[wxWidgets.git] / src / msw / printwin.cpp
index 451fbd99e7d0ed5fa20028585420319564db29aa..99c8ac21e3da4752ecf32d810e4c362cdbf3bf35 100644 (file)
@@ -306,8 +306,10 @@ wxDC* wxWindowsPrinter::PrintDialog(wxWindow *parent)
     return dc;
 }
 
-bool wxWindowsPrinter::Setup(wxWindow *parent)
+bool wxWindowsPrinter::Setup(wxWindow *WXUNUSED(parent))
 {
+#if 0
+    // We no longer expose that dialog
     wxPrintDialog dialog(parent, & m_printDialogData);
     dialog.GetPrintDialogData().SetSetupDialog(true);
 
@@ -319,6 +321,9 @@ bool wxWindowsPrinter::Setup(wxWindow *parent)
     }
 
     return (ret == wxID_OK);
+#else
+    return false;
+#endif
 }
 
 /*