]> git.saurik.com Git - wxWidgets.git/blobdiff - src/generic/paletteg.cpp
Fixed wxAtomicInc/Dec() to not use asm/atomic.h header on Linux - it's kernel interna...
[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);