X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6371dc5ddc3574e600074decf31308e22e8043ce..0dd9b9e2be1809f484b6447ad9525fa5b404ad95:/include/wx/gtk/colour.h?ds=sidebyside diff --git a/include/wx/gtk/colour.h b/include/wx/gtk/colour.h index 863cb4663c..4c98208518 100644 --- a/include/wx/gtk/colour.h +++ b/include/wx/gtk/colour.h @@ -40,13 +40,7 @@ public: // Implementation part void CalcPixel( GdkColormap *cmap ); int GetPixel() const; -#ifdef __WXGTK24__ const GdkColor *GetColor() const; -#else - // GDK functions from old gtk2 versions take non-const color parameters, - // too many uses to deal with individually - GdkColor *GetColor() const; -#endif protected: virtual void