X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6371dc5ddc3574e600074decf31308e22e8043ce..9d5507f7a2701395e1d5c121bd877bb9066ee6ea:/include/wx/gtk/colour.h 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