]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/graphcmn.cpp
fix unused parameters warnings
[wxWidgets.git] / src / common / graphcmn.cpp
index 0560f39bf0ae489786696de409e816ad74040968..da313ef55fcbfed0796697d72e3ae762a5b06389 100644 (file)
@@ -509,7 +509,7 @@ wxGraphicsContext::~wxGraphicsContext()
 {
 }
 
-bool wxGraphicsContext::StartDoc( const wxString& message 
+bool wxGraphicsContext::StartDoc(const wxString& WXUNUSED(message)
 {
     return true;
 }
@@ -518,7 +518,8 @@ void wxGraphicsContext::EndDoc()
 {
 }
 
-void wxGraphicsContext::StartPage( wxDouble width, wxDouble height )
+void wxGraphicsContext::StartPage(wxDouble WXUNUSED(width),
+                                  wxDouble WXUNUSED(height))
 {
 }