]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/cursor.h
remove warnings of intentionally unreachable code
[wxWidgets.git] / include / wx / gtk / cursor.h
index ef1a25272676ab0d6622a5a85eff42ff48e6448e..44d03dd747ea871a98db15674376a836751357a6 100644 (file)
@@ -32,9 +32,8 @@ public:
               int hotSpotX=-1, int hotSpotY=-1,
               const char maskBits[] = NULL, const wxColour *fg = NULL, const wxColour *bg = NULL );
     virtual ~wxCursor();
-    bool operator == ( const wxCursor& cursor ) const;
-    bool operator != ( const wxCursor& cursor ) const;
-    bool Ok() const;
+    bool Ok() const { return IsOk(); }
+    bool IsOk() const;
 
     // implementation