]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/os2/dc.h
MSW fixes; added wxUSE_XPM to wxUniv's setup.h so now widgets sample works
[wxWidgets.git] / include / wx / os2 / dc.h
index 0b5fe10aaf753570f1eff3ee3294bae66e93fe56..d673f3cf338bfc567c86d47f10d2d6bdbd7cf3b8 100644 (file)
@@ -287,9 +287,6 @@ protected:
                                ,int     nFillStyle = wxODDEVEN_RULE
                               );
 
                                ,int     nFillStyle = wxODDEVEN_RULE
                               );
 
-#if wxUSE_SPLINES
-    virtual void DoDrawSpline(wxList* pPoints);
-#endif // wxUSE_SPLINES
 
     //
     // common part of DoDrawText() and DoDrawRotatedText()
 
     //
     // common part of DoDrawText() and DoDrawRotatedText()
@@ -322,11 +319,9 @@ public:
     bool                            m_bOwnsDC:1;
 
     //
     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;
     //
     WXHDC                           m_hDC;
-    int                             m_nDCCount;
 
     //
     // Store all old GDI objects when do a SelectObject, so we can select them
 
     //
     // Store all old GDI objects when do a SelectObject, so we can select them