]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/x11/colour.h
add wxUSE_TASKBARICON_BALLOONS to make it possible to turn off their usage if our...
[wxWidgets.git] / include / wx / x11 / colour.h
index 4ae37558b6ddf2e37bd98637630da9106ba2c31d..249520c8e448a77945f92eefed9f4cb3cde47798 100644 (file)
@@ -44,7 +44,6 @@ public:
 
     virtual ~wxColour();
 
-    bool Ok() const { return IsOk(); }
     bool IsOk() const { return m_refData != NULL; }
 
     bool operator == ( const wxColour& col ) const;