]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/colour.h
Added wxDataViewTreeCtrl
[wxWidgets.git] / include / wx / msw / colour.h
index c3854f50b8475c65eb0d48eab1ca42ae627dae79..64adfe9c3fbe07c81553f6253188e7ef2d5ed899 100644 (file)
@@ -36,7 +36,6 @@ public:
     // accessors
     // ---------
 
-    bool Ok() const { return IsOk(); }
     bool IsOk() const { return m_isInit; }
 
     unsigned char Red() const { return m_red; }