X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/155ecd4c4221d3bbc7aa93d472d11948f21d21ab..9d5507f7a2701395e1d5c121bd877bb9066ee6ea:/src/palmos/cursor.cpp?ds=sidebyside diff --git a/src/palmos/cursor.cpp b/src/palmos/cursor.cpp index ddec4ac7c6..9bb3776db3 100644 --- a/src/palmos/cursor.cpp +++ b/src/palmos/cursor.cpp @@ -34,10 +34,9 @@ #include "wx/settings.h" #include "wx/intl.h" #include "wx/image.h" + #include "wx/module.h" #endif -#include "wx/module.h" - // ---------------------------------------------------------------------------- // private classes // ---------------------------------------------------------------------------- @@ -109,11 +108,6 @@ wxCursor::~wxCursor() // other wxCursor functions // ---------------------------------------------------------------------------- -bool wxCursor::operator==(const wxCursor& cursor) const -{ - return false; -} - wxGDIImageRefData *wxCursor::CreateData() const { return NULL;