X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ad81651f00edc6f489d9b6a0839d316a964fd521..10992a81d39da31b79063387b7b71c0ff68737ce:/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); }