diff --git a/include/wx/dcsvg.h b/include/wx/dcsvg.h index 66d1cb42ea..488d0c3057 100644 --- a/include/wx/dcsvg.h +++ b/include/wx/dcsvg.h @@ -86,23 +86,11 @@ public: virtual wxCoord GetCharHeight() const wxOVERRIDE; virtual wxCoord GetCharWidth() const wxOVERRIDE; - virtual void SetClippingRegion(wxCoord x, wxCoord y, - wxCoord w, wxCoord h) - { - DoSetClippingRegion(x, y, w, h); - } - virtual void SetPalette(const wxPalette& WXUNUSED(palette)) wxOVERRIDE { wxFAIL_MSG(wxT("wxSVGFILEDC::SetPalette not implemented")); } - virtual void GetClippingBox(wxCoord *x, wxCoord *y, - wxCoord *w, wxCoord *h) - { - DoGetClippingBox(x, y, w, h); - } - virtual void SetLogicalFunction(wxRasterOperationMode WXUNUSED(function)) wxOVERRIDE { wxFAIL_MSG(wxT("wxSVGFILEDC::SetLogicalFunction Call not implemented"));