X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ad81651f00edc6f489d9b6a0839d316a964fd521..db400410d8117199728e15cab01824681d517e3e:/src/msw/accel.cpp diff --git a/src/msw/accel.cpp b/src/msw/accel.cpp index e433443dd3..3f2cb37684 100644 --- a/src/msw/accel.cpp +++ b/src/msw/accel.cpp @@ -162,7 +162,6 @@ WXHACCEL wxAcceleratorTable::GetHACCEL() const bool wxAcceleratorTable::Translate(wxWindow *window, WXMSG *wxmsg) const { MSG *msg = (MSG *)wxmsg; - return Ok() && ::TranslateAccelerator(GetHwndOf(window), GetHaccel(), msg); }