'Unused ...' warning fix.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30257 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Włodzimierz Skiba
2004-11-04 18:45:02 +00:00
parent e2c10c59b7
commit a12f001e3f

View File

@@ -306,7 +306,7 @@ wxDC* wxWindowsPrinter::PrintDialog(wxWindow *parent)
return dc; return dc;
} }
bool wxWindowsPrinter::Setup(wxWindow *parent) bool wxWindowsPrinter::Setup(wxWindow *WXUNUSED(parent))
{ {
#if 0 #if 0
// We no longer expose that dialog // We no longer expose that dialog