refactor: remove unnecessary copied helper (#25668)

This commit is contained in:
Shelley Vohr 2020-09-29 08:40:31 -07:00 committed by GitHub
parent f3c53c1f10
commit 99a4284174
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 2 additions and 33 deletions

View file

@ -20,9 +20,6 @@ ui::KeyboardCode KeyboardCodeFromCharCode(base::char16 c, bool* shifted);
// pressed.
ui::KeyboardCode KeyboardCodeFromStr(const std::string& str, bool* shifted);
// Ported from ui/events/blink/blink_event_util.h
int WebEventModifiersToEventFlags(int modifiers);
} // namespace electron
#endif // SHELL_COMMON_KEYBOARD_UTIL_H_