diff --git a/interface/wx/dcsvg.h b/interface/wx/dcsvg.h index bc6355139d..f3abc4dd5f 100644 --- a/interface/wx/dcsvg.h +++ b/interface/wx/dcsvg.h @@ -102,17 +102,6 @@ public: */ void SetShapeRenderingMode(wxSVGShapeRenderingMode renderingMode); - /** - Sets the clipping region for this device context to the intersection of - the given region described by the parameters of this method and the previously - set clipping region. - Clipping is implemented in the SVG output using SVG group elements (\), with - nested group elements being used to represent clipping region intersections when - two or more calls are made to SetClippingRegion(). - */ - void SetClippingRegion(wxCoord x, wxCoord y, wxCoord width, - wxCoord height); - /** Destroys the current clipping region so that none of the DC is clipped. Since intersections arising from sequential calls to SetClippingRegion are represented