]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/region.h
Better fix
[wxWidgets.git] / include / wx / region.h
index eede02e6174dec282ba79ebeb709fc18a5e546f7..e2c82500b4d6f0ec7285291513ab2d216142a113 100644 (file)
@@ -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(); }