]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk1/cursor.cpp
more native GTK implementations of the classes in wxGTK adv library to a separate...
[wxWidgets.git] / src / gtk1 / cursor.cpp
index 3f87647fd3985591d9d5b61599a567f5219075b0..bd1e6ca2bd6535d3f8820d88c665900fc46870e7 100644 (file)
@@ -316,17 +316,7 @@ wxCursor::~wxCursor()
 {
 }
 
-bool wxCursor::operator == ( const wxCursor& cursor ) const
-{
-    return m_refData == cursor.m_refData;
-}
-
-bool wxCursor::operator != ( const wxCursor& cursor ) const
-{
-    return m_refData != cursor.m_refData;
-}
-
-bool wxCursor::Ok() const
+bool wxCursor::IsOk() const
 {
     return (m_refData != NULL);
 }