]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/os2/brush.h
changing to wxDC, so that wxGCDC can be used as well
[wxWidgets.git] / include / wx / os2 / brush.h
index 9743686938fd7c6619d05f02924fd376656f55cb..4d62415e98f70658f699237064d5660357ffca9b 100644 (file)
@@ -68,9 +68,6 @@ public:
     inline wxBitmap* GetStipple(void) const { return (M_BRUSHDATA ? & M_BRUSHDATA->m_vStipple : 0); };
     inline int       GetPS(void) const { return (M_BRUSHDATA ? M_BRUSHDATA->m_hBrush : 0); };
 
-    inline virtual bool Ok() const { return IsOk(); }
-    inline virtual bool IsOk(void) const { return (m_refData != NULL) ; }
-
     //
     // Implementation
     //