]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/motif/accel.h
no real changes, just some cleanup
[wxWidgets.git] / include / wx / motif / accel.h
index 3de7ce764078fd34df098585d1ef474a615abde0..7753ac9d6872284c92d1c240fa856ff0081de641 100644 (file)
@@ -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;