return dc;
}
-bool wxPostScriptPrinter::Setup(wxWindow *parent)
+bool wxPostScriptPrinter::Setup(wxWindow *WXUNUSED(parent))
{
#if 0
wxGenericPrintDialog* dialog = new wxGenericPrintDialog(parent, & m_printDialogData);
return (ret == wxID_OK);
#endif
- return wxID_CANCEL;
+ return false;
}
// ----------------------------------------------------------------------------