X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b7cacb43db1e69b87b257a67912b4d52995b070a..71e33cfbbddc293991796772c6e98a0e74ff826b:/include/wx/motif/accel.h diff --git a/include/wx/motif/accel.h b/include/wx/motif/accel.h index 3de7ce7640..7753ac9d68 100644 --- a/include/wx/motif/accel.h +++ b/include/wx/motif/accel.h @@ -26,9 +26,6 @@ public: virtual ~wxAcceleratorTable(); - bool operator == (const wxAcceleratorTable& accel) const { return m_refData == accel.m_refData; } - bool operator != (const wxAcceleratorTable& accel) const { return m_refData != accel.m_refData; } - bool Ok() const { return IsOk(); } bool IsOk() const;