git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30372
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
-bool wxPostScriptPrinter::Setup(wxWindow *parent)
+bool wxPostScriptPrinter::Setup(wxWindow *WXUNUSED(parent))
{
#if 0
wxGenericPrintDialog* dialog = new wxGenericPrintDialog(parent, & m_printDialogData);
{
#if 0
wxGenericPrintDialog* dialog = new wxGenericPrintDialog(parent, & m_printDialogData);
return (ret == wxID_OK);
#endif
return (ret == wxID_OK);
#endif
}
// ----------------------------------------------------------------------------
}
// ----------------------------------------------------------------------------
-bool wxPostScriptPrintNativeData::TransferTo( wxPrintData &data )
+bool wxPostScriptPrintNativeData::TransferTo( wxPrintData &WXUNUSED(data) )
-bool wxPostScriptPrintNativeData::TransferFrom( const wxPrintData &data )
+bool wxPostScriptPrintNativeData::TransferFrom( const wxPrintData &WXUNUSED(data) )