refactor: remove unnecessary copied helper (#25668)
This commit is contained in:
parent
f3c53c1f10
commit
99a4284174
3 changed files with 2 additions and 33 deletions
|
@ -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_
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue