Index: ui/events/event.h |
diff --git a/ui/events/event.h b/ui/events/event.h |
index 757d992c6afadea723c2629e56003c60ae1a7f02..0537783a58923340ad14c0b8342c13fa57eebeca 100644 |
--- a/ui/events/event.h |
+++ b/ui/events/event.h |
@@ -749,9 +749,6 @@ class EVENTS_EXPORT KeyEvent : public Event { |
void set_is_char(bool is_char) { is_char_ = is_char; } |
private: |
- // True if the key press originated from a 'right' key (VKEY_RSHIFT, etc.). |
- bool IsRightSideKey() const; |
- |
// Determine key_ and character_ on a keystroke event from code_ and flags(). |
void ApplyLayout() const; |