From adc39ef20c6f39d06f21572f1b5d212d71b60298 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Fri, 7 May 2004 22:16:15 +0000 Subject: [PATCH] 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 --- src/x11/dc.cpp | 5 ----- 1 file changed, 5 deletions(-) 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; -- 2.45.2