mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-26 09:30:24 +00:00
LibWeb: Remove needless public
specifiers from event structs
This commit is contained in:
parent
c367063823
commit
4727ee0139
Notes:
github-actions[bot]
2024-08-19 11:31:15 +00:00
Author: https://github.com/trflynn89 Commit: https://github.com/LadybirdBrowser/ladybird/commit/4727ee01390 Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/1111
1 changed files with 0 additions and 2 deletions
|
@ -21,7 +21,6 @@ struct ChromeInputData {
|
|||
};
|
||||
|
||||
struct KeyEvent {
|
||||
public:
|
||||
enum class Type {
|
||||
KeyDown,
|
||||
KeyUp,
|
||||
|
@ -38,7 +37,6 @@ public:
|
|||
};
|
||||
|
||||
struct MouseEvent {
|
||||
public:
|
||||
enum class Type {
|
||||
MouseDown,
|
||||
MouseUp,
|
||||
|
|
Loading…
Reference in a new issue