X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b5dbe15d0bacde245539f54c4d97af6b4696f01f..19c4d91638c2546630c4427e39c02f5380a8bb87:/include/wx/palmos/pen.h?ds=sidebyside diff --git a/include/wx/palmos/pen.h b/include/wx/palmos/pen.h index 41a7146509..91731fcf51 100644 --- a/include/wx/palmos/pen.h +++ b/include/wx/palmos/pen.h @@ -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);