]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/dc.h
applied patch 411059 (mingw win32 api version check)
[wxWidgets.git] / include / wx / msw / dc.h
index 2bf3643789f51b432b70850f50588608a186bf79..6f31ec97b6b686f599fac5849dd7b5b2aa2e0346 100644 (file)
@@ -125,7 +125,6 @@ public:
     // --------------------------
 
     virtual void SetRop(WXHDC cdc);
-    virtual void DoClipping(WXHDC cdc);
     virtual void SelectOldObjects(WXHDC dc);
 
     wxWindow *GetWindow() const { return m_canvas; }
@@ -198,9 +197,6 @@ protected:
                                wxCoord xoffset, wxCoord yoffset,
                                int fillStyle = wxODDEVEN_RULE);
 
-#if wxUSE_SPLINES
-    virtual void DoDrawSpline(wxList *points);
-#endif // wxUSE_SPLINES
 
     // common part of DoDrawText() and DoDrawRotatedText()
     void DrawAnyText(const wxString& text, wxCoord x, wxCoord y);