]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/palmos/pen.h
process one event at once in wxEvtHandler::ProcessPendingEvents() to prevent crashes...
[wxWidgets.git] / include / wx / palmos / pen.h
index 41a7146509614d13781cd1681bbde066a3f99eeb..91731fcf51849f41d282b505bbd1759386e3cdc4 100644 (file)
@@ -89,9 +89,6 @@ public:
 
     bool operator!=(const wxPen& pen) const { return !(*this == pen); }
 
-    virtual bool Ok() const { return IsOk(); }
-    virtual bool IsOk() const { return (m_refData != NULL); }
-
     // Override in order to recreate the pen
     void SetColour(const wxColour& col);
     void SetColour(unsigned char r, unsigned char g, unsigned char b);