X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b5dbe15d0bacde245539f54c4d97af6b4696f01f..f6f0ef852ce8a020ad89bec5d67f42780a42230c:/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(); }