X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b7cacb43db1e69b87b257a67912b4d52995b070a..e4dd1e19a281da5d1e23b12fd76c9fc242bcb1d6:/include/wx/msw/accel.h diff --git a/include/wx/msw/accel.h b/include/wx/msw/accel.h index f65d24664f..236c044b0c 100644 --- a/include/wx/msw/accel.h +++ b/include/wx/msw/accel.h @@ -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);