未验证 提交 b243070c 编写于 作者: M Matej Knopp 提交者: GitHub

Remove unnecessary variable assignment (#27227)

上级 536ce0f5
......@@ -382,7 +382,6 @@ WindowWin32::HandleMessage(UINT const message,
keycode_for_char_message_ = wparam;
break;
}
character = 0;
unsigned int keyCode(wparam);
const unsigned int scancode = (lparam >> 16) & 0xff;
const bool extended = ((lparam >> 24) & 0x01) == 0x01;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册