]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/palmos/accel.h
WXIMPORT must specify default visibility too, otherwise things like typeinfo may...
[wxWidgets.git] / include / wx / palmos / accel.h
index 5c9b415759645cbaaccb404b47ad2a87f8d4dc62..f47b035a5fd648a860274a616c6329ef75eb8779 100644 (file)
@@ -30,13 +30,6 @@ public:
 
     virtual ~wxAcceleratorTable();
 
-#if WXWIN_COMPATIBILITY_2_4
-    bool operator==(const wxAcceleratorTable& accel) const
-        { return m_refData == accel.m_refData; }
-    bool operator!=(const wxAcceleratorTable& accel) const
-        { return !(*this == accel); }
-#endif
-
     bool Ok() const { return IsOk(); }
     bool IsOk() const;
     void SetHACCEL(WXHACCEL hAccel);