]> git.saurik.com Git - wxWidgets.git/blobdiff - src/osx/carbon/renderer.cpp
moving common code up
[wxWidgets.git] / src / osx / carbon / renderer.cpp
index f8e770f4254746d2ccf853e718b52c2d7d2a0aac..49e9c1824498e7b717e687814d88c56b1f07c27e 100644 (file)
@@ -38,6 +38,7 @@
 // check if we're currently in a paint event
 inline bool wxInPaintEvent(wxWindow* win, wxDC& dc)
 {
+    wxUnusedVar(dc);
     return ( win->MacGetCGContextRef() != NULL );
 }