moved splines rendering code into wxDCBase

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9524 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík
2001-03-13 23:38:57 +00:00
parent 99b02ec0d8
commit fe2e43661e
15 changed files with 168 additions and 1338 deletions

View File

@@ -416,9 +416,6 @@ protected:
wxCoord xoffset, wxCoord yoffset,
int fillStyle = wxODDEVEN_RULE);
#if wxUSE_SPLINES
virtual void DoDrawSpline(wxList *points);
#endif // wxUSE_SPLINES
//