X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/cc4f194e485e639a02480ec12d083381a193dd46..f06db45d642a167f0518c9e5890f4ee034620fc2:/include/wx/dc.h diff --git a/include/wx/dc.h b/include/wx/dc.h index 57e23f8aad..67fd8f48c8 100644 --- a/include/wx/dc.h +++ b/include/wx/dc.h @@ -577,11 +577,6 @@ public: virtual int GetLogicalFunction() const { return m_logicalFunction; } virtual void SetLogicalFunction(int function) = 0; -#if WXWIN_COMPATIBILITY_2_4 - virtual void SetOptimization(bool WXUNUSED(opt)) { } - virtual bool GetOptimization() { return false; } -#endif - // bounding box // ------------ @@ -749,13 +744,6 @@ protected: virtual void DoSetClippingRegion(wxCoord x, wxCoord y, wxCoord width, wxCoord height) = 0; -#if WXWIN_COMPATIBILITY_2_4 - // this was only for confusing people, use DoGetClippingBox only - virtual void DoGetClippingRegion(wxCoord *x, wxCoord *y, - wxCoord *w, wxCoord *h) - { DoGetClippingBox(x, y, w, h); } -#endif - virtual void DoGetClippingBox(wxCoord *x, wxCoord *y, wxCoord *w, wxCoord *h) const {