1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 01:17:36 +00:00

LibGUI: Remove unused hook Window::on_activity_change

This commit is contained in:
Andreas Kling 2021-01-05 15:36:37 +01:00
parent 5c0c4f4b2d
commit 8b90e8d08b
2 changed files with 0 additions and 3 deletions

View file

@ -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(); }