]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/graphcmn.cpp
translate the descriptions in SetDesc(wxCmdLineEntryDesc)
[wxWidgets.git] / src / common / graphcmn.cpp
index 0560f39bf0ae489786696de409e816ad74040968..1d94e4a0035617373f197e64e037cdd9fda5b63f 100644 (file)
     #include "wx/log.h"
 #endif
 
-#if !defined(wxMAC_USE_CORE_GRAPHICS_BLEND_MODES)
-#define wxMAC_USE_CORE_GRAPHICS_BLEND_MODES 0
-#endif
-
 //-----------------------------------------------------------------------------
 // constants
 //-----------------------------------------------------------------------------
@@ -509,7 +505,7 @@ wxGraphicsContext::~wxGraphicsContext()
 {
 }
 
-bool wxGraphicsContext::StartDoc( const wxString& message 
+bool wxGraphicsContext::StartDoc(const wxString& WXUNUSED(message)
 {
     return true;
 }
@@ -518,7 +514,8 @@ void wxGraphicsContext::EndDoc()
 {
 }
 
-void wxGraphicsContext::StartPage( wxDouble width, wxDouble height )
+void wxGraphicsContext::StartPage(wxDouble WXUNUSED(width),
+                                  wxDouble WXUNUSED(height))
 {
 }