]> git.saurik.com Git - wxWidgets.git/blobdiff - src/palmos/cursor.cpp
use native calendar control in wxDatePickerCtrl if available (#9548)
[wxWidgets.git] / src / palmos / cursor.cpp
index ddec4ac7c6295254edadbbfb0166b5043bb41d85..9bb3776db3a9f57db8950d79e7e47a8f5cb8121d 100644 (file)
     #include "wx/settings.h"
     #include "wx/intl.h"
     #include "wx/image.h"
     #include "wx/settings.h"
     #include "wx/intl.h"
     #include "wx/image.h"
+    #include "wx/module.h"
 #endif
 
 #endif
 
-#include "wx/module.h"
-
 // ----------------------------------------------------------------------------
 // private classes
 // ----------------------------------------------------------------------------
 // ----------------------------------------------------------------------------
 // private classes
 // ----------------------------------------------------------------------------
@@ -109,11 +108,6 @@ wxCursor::~wxCursor()
 // other wxCursor functions
 // ----------------------------------------------------------------------------
 
 // other wxCursor functions
 // ----------------------------------------------------------------------------
 
-bool wxCursor::operator==(const wxCursor& cursor) const
-{
-    return false;
-}
-
 wxGDIImageRefData *wxCursor::CreateData() const
 {
     return NULL;
 wxGDIImageRefData *wxCursor::CreateData() const
 {
     return NULL;