]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/os2/pen.h
changing to wxDC, so that wxGCDC can be used as well
[wxWidgets.git] / include / wx / os2 / pen.h
index a036a152a0c946fb0757d803cc507dbe0cd26b93..86ce52baf8be406a0de79b30370057871519cc2d 100644 (file)
@@ -81,9 +81,6 @@ public:
     inline bool   operator != (const wxPen& rPen) const
         { return !(*this == rPen); }
 
-    virtual bool Ok() const { return IsOk(); }
-    virtual bool IsOk(void) const { return (m_refData != NULL); }
-
     //
     // Override in order to recreate the pen
     //