X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b5dbe15d0bacde245539f54c4d97af6b4696f01f..d9359369af901bf2146b5ad6575f7aae13389a15:/include/wx/region.h diff --git a/include/wx/region.h b/include/wx/region.h index eede02e617..e2c82500b4 100644 --- a/include/wx/region.h +++ b/include/wx/region.h @@ -82,9 +82,6 @@ public: // accessors // --------- - bool Ok() const { return IsOk(); } - bool IsOk() const { return m_refData != NULL; } - // Is region empty? virtual bool IsEmpty() const = 0; bool Empty() const { return IsEmpty(); }