X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d8fcb5e835b137e73f4332c4f231ea131e3f0872..bd52bee1062faef26287d2f5a2595a9d8ee4d85a:/include/wx/os2/dc.h diff --git a/include/wx/os2/dc.h b/include/wx/os2/dc.h index 0b5fe10aaf..d673f3cf33 100644 --- a/include/wx/os2/dc.h +++ b/include/wx/os2/dc.h @@ -287,9 +287,6 @@ protected: ,int nFillStyle = wxODDEVEN_RULE ); -#if wxUSE_SPLINES - virtual void DoDrawSpline(wxList* pPoints); -#endif // wxUSE_SPLINES // // common part of DoDrawText() and DoDrawRotatedText() @@ -322,11 +319,9 @@ public: bool m_bOwnsDC:1; // - // our HDC and its usage count: we only free it when the usage count drops - // to 0 + // our HDC // WXHDC m_hDC; - int m_nDCCount; // // Store all old GDI objects when do a SelectObject, so we can select them