mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-14 05:22: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: 4727ee0139
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…
Add table
Add a link
Reference in a new issue