]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk/colour.cpp
check that the version of __sync_sub_and_fetch that returns a value is supported...
[wxWidgets.git] / src / gtk / colour.cpp
index fbdefc3b80685cae97ef6279c27eba964cdcdec2..b08a6b4ab4cb87be92c34394f78ab010868dcfbf 100644 (file)
@@ -169,11 +169,7 @@ int wxColour::GetPixel() const
     return M_COLDATA->m_color.pixel;
 }
 
-#ifdef __WXGTK24__
 const GdkColor *wxColour::GetColor() const
-#else
-      GdkColor *wxColour::GetColor() const
-#endif
 {
     wxCHECK_MSG( Ok(), NULL, wxT("invalid colour") );