Allow wxWANTS_CHARS to be effective on native controls too
[wxWidgets.git] / src / generic / paletteg.cpp
index 5d21a8b33053323b28022043405d9622055e921f..ac8cd8a83bf522d9b2f473c5b9ac44cb4d1cf214 100644 (file)
@@ -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);