X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/14f355c2b5c71fc7c3d680aea366582d2ac60f7b..a87bf37838e09fb4634a887cc8a6055104b49a01:/src/x11/dc.cpp 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;