X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b7cacb43db1e69b87b257a67912b4d52995b070a..b0d17f7c3ff665838417945b661b2f5076a80622:/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;