X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/3a7c125370cf6fd2b66eb06ba031efcfd5c5b9b0..d3e0ffbcd01cd6172234f9dc14f870ed6e1125cd:/src/os2/accel.cpp?ds=inline diff --git a/src/os2/accel.cpp b/src/os2/accel.cpp index e21a611fe0..044c1b28d4 100644 --- a/src/os2/accel.cpp +++ b/src/os2/accel.cpp @@ -203,10 +203,6 @@ bool wxAcceleratorTable::Translate( ,GetHaccel() ,pMsg ); - if (rc) - { - int x = 1; - } return (Ok() && rc); } // end of wxAcceleratorTable::Translate