]> git.saurik.com Git - wxWidgets.git/blobdiff - src/palmos/cursor.cpp
Small bug fixes
[wxWidgets.git] / src / palmos / cursor.cpp
index de3a5ef23173d9b6c18f6baa649c8b35db410bed..9bb3776db3a9f57db8950d79e7e47a8f5cb8121d 100644 (file)
     #include "wx/icon.h"
     #include "wx/settings.h"
     #include "wx/intl.h"
+    #include "wx/image.h"
+    #include "wx/module.h"
 #endif
 
-#include "wx/module.h"
-#include "wx/image.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;