fix harmless warnings (mostly about unused parameters/variables)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@61310 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1321,7 +1321,7 @@ void MyCanvas::DrawRegionsHelper(wxDC& dc, wxCoord x, bool firstTime)
|
||||
dc.DestroyClippingRegion();
|
||||
|
||||
wxRegion region(x + 110, y + 20, 100, 270);
|
||||
#if !defined(__WXMOTIF__) && !defined(__WXMAC__)
|
||||
#if !defined(__WXMOTIF__)
|
||||
if ( !firstTime )
|
||||
region.Offset(10, 10);
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user