]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/carbon/colour.cpp
Use IsOk() instead of Ok()
[wxWidgets.git] / src / mac / carbon / colour.cpp
index 225e31e1793ab13e0d995de8c897f0bff425c6d6..137ff6c36dcfda91e23ace9b71c1ded2c3f53e6a 100644 (file)
@@ -54,11 +54,6 @@ wxColour& wxColour::operator=(CGColorRef col)
     return *this;
 }
 
-bool wxColour::IsOk() const 
-{
-    return m_cgColour; 
-}
-
 void wxColour::InitRGBA (ChannelType r, ChannelType g, ChannelType b, ChannelType a)
 {
     m_red = r;