]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/accel.h
add a header placeholder
[wxWidgets.git] / include / wx / msw / accel.h
index f65d24664fa1d972c42c9b35d1e8ea0f98241493..236c044b0c84a835688b07b25cbbaba10cac4814 100644 (file)
@@ -30,10 +30,6 @@ public:
     // initialize from array
     wxAcceleratorTable(int n, const wxAcceleratorEntry entries[]);
 
-    bool operator==(const wxAcceleratorTable& accel) const;
-    bool operator!=(const wxAcceleratorTable& accel) const
-        { return !(*this == accel); }
-
     bool Ok() const { return IsOk(); }
     bool IsOk() const;
     void SetHACCEL(WXHACCEL hAccel);