diff options
Diffstat (limited to 'widget/windows/KeyboardLayout.h')
-rw-r--r-- | widget/windows/KeyboardLayout.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/widget/windows/KeyboardLayout.h b/widget/windows/KeyboardLayout.h index dd2ac0bfc..70aacc80e 100644 --- a/widget/windows/KeyboardLayout.h +++ b/widget/windows/KeyboardLayout.h @@ -560,11 +560,6 @@ private: bool GetFollowingCharMessage(MSG& aCharMsg); /** - * Whether the key event can compute virtual keycode from the scancode value. - */ - bool CanComputeVirtualKeyCodeFromScanCode() const; - - /** * Wraps MapVirtualKeyEx() with MAPVK_VSC_TO_VK. */ uint8_t ComputeVirtualKeyCodeFromScanCode() const; |