mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 20:47:45 +00:00
LibGUI: Remove unused hook Window::on_activity_change
This commit is contained in:
parent
5c0c4f4b2d
commit
8b90e8d08b
2 changed files with 0 additions and 3 deletions
|
@ -87,7 +87,6 @@ public:
|
|||
Function<void()> on_close;
|
||||
Function<CloseRequestDecision()> on_close_request;
|
||||
Function<void(bool is_active_input)> on_active_input_change;
|
||||
Function<void(const bool is_active)> on_activity_change;
|
||||
|
||||
int x() const { return rect().x(); }
|
||||
int y() const { return rect().y(); }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue