X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b7cacb43db1e69b87b257a67912b4d52995b070a..d6f2a8911e509fd9e61f881cc881a97f5aa05ae8:/src/generic/paletteg.cpp?ds=sidebyside diff --git a/src/generic/paletteg.cpp b/src/generic/paletteg.cpp index 5d21a8b330..ac8cd8a83b 100644 --- a/src/generic/paletteg.cpp +++ b/src/generic/paletteg.cpp @@ -70,16 +70,6 @@ wxPalette::~wxPalette() { } -bool wxPalette::operator == (const wxPalette& palette) const -{ - return m_refData == palette.m_refData; -} - -bool wxPalette::operator != (const wxPalette& palette) const -{ - return m_refData != palette.m_refData; -} - bool wxPalette::IsOk() const { return (m_refData != NULL);