From: Stefan Csomor Date: Tue, 10 Oct 2006 10:47:40 +0000 (+0000) Subject: moving to correct position X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/abeb53aa82aaf48d76082e06b18103ed5a2dcf4e moving to correct position git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41879 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/common/dcbase.cpp b/src/common/dcbase.cpp index 897fa15dcc..7951998fec 100644 --- a/src/common/dcbase.cpp +++ b/src/common/dcbase.cpp @@ -1145,6 +1145,8 @@ void wxDCBase::CalculateEllipticPoints( wxList* points, } // not iUseAngles } // CalculateEllipticPoints +#endif + // // temporary home for wxOverlay // @@ -1436,5 +1438,3 @@ void wxDCOverlay::Clear() { m_overlay.Clear(m_dc); } - -#endif