X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b7cacb43db1e69b87b257a67912b4d52995b070a..500659a8972ef0dff3fadf553e3b3dc189e964f7:/include/wx/palmos/accel.h diff --git a/include/wx/palmos/accel.h b/include/wx/palmos/accel.h index 5c9b415759..f47b035a5f 100644 --- a/include/wx/palmos/accel.h +++ b/include/wx/palmos/accel.h @@ -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);