b=792845; kill WARNING: GetScaneCodeWithExtendedFlat() returns without extended flag; r=masayuki

This commit is contained in:
Vladimir Vukicevic 2012-09-20 16:18:11 -04:00
parent ba9d193902
commit 6712fed689

View File

@ -549,7 +549,6 @@ NativeKey::GetScanCodeWithExtendedFlag() const
// no way to get virtual keycodes from scancode of extended keys.
if (!mIsExtended ||
WinUtils::GetWindowsVersion() < WinUtils::VISTA_VERSION) {
NS_WARNING("GetScanCodeWithExtendedFlat() returns without extended flag");
return mScanCode;
}
return (0xE000 | mScanCode);