From a12f001e3fe47f95a4ce6cbc2dde070b0ae019e7 Mon Sep 17 00:00:00 2001 From: =?utf8?q?W=C5=82odzimierz=20Skiba?= Date: Thu, 4 Nov 2004 18:45:02 +0000 Subject: [PATCH] 'Unused ...' warning fix. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30257 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/msw/printwin.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/msw/printwin.cpp b/src/msw/printwin.cpp index 59e6624042..802f1082c6 100644 --- a/src/msw/printwin.cpp +++ b/src/msw/printwin.cpp @@ -306,7 +306,7 @@ 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 -- 2.50.0