]> 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 058f772d2ce836e229c1ca43e299523418ab4b26..137ff6c36dcfda91e23ace9b71c1ded2c3f53e6a 100644 (file)
@@ -54,11 +54,6 @@ wxColour& wxColour::operator=(CGColorRef col)
     return *this;
 }
 
-bool wxColour::IsOk() const 
-{
-    return m_cgColour.get() != NULL; 
-}
-
 void wxColour::InitRGBA (ChannelType r, ChannelType g, ChannelType b, ChannelType a)
 {
     m_red = r;