]> git.saurik.com Git - wxWidgets.git/blobdiff - src/generic/paletteg.cpp
Fixed player dialog listbox size and app icon on wxGTK
[wxWidgets.git] / src / generic / paletteg.cpp
index 87945ca2743d9ebfbdd515189648df8c3312bd35..ac8cd8a83bf522d9b2f473c5b9ac44cb4d1cf214 100644 (file)
@@ -70,17 +70,7 @@ 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::Ok() const
+bool wxPalette::IsOk() const
 {
     return (m_refData != NULL);
 }