From: Vadim Zeitlin Date: Fri, 7 May 2004 22:16:15 +0000 (+0000) Subject: don't define DestroyClippingRegion() any more but simply use the base class version X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/adc39ef20c6f39d06f21572f1b5d212d71b60298 don't define DestroyClippingRegion() any more but simply use the base class version git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27150 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/x11/dc.cpp b/src/x11/dc.cpp index cad69fdf09..4b82e09a70 100644 --- a/src/x11/dc.cpp +++ b/src/x11/dc.cpp @@ -71,11 +71,6 @@ void wxDC::DoSetClippingRegion( wxCoord x, wxCoord y, wxCoord width, wxCoord hei m_clipY2 = y + height; } -void wxDC::DestroyClippingRegion() -{ - m_clipping = FALSE; -} - void wxDC::DoGetSizeMM( int* width, int* height ) const { int w, h;