summaryrefslogtreecommitdiff
path: root/Userland/Services/WindowServer/WindowManager.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Userland/Services/WindowServer/WindowManager.cpp')
-rw-r--r--Userland/Services/WindowServer/WindowManager.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/Userland/Services/WindowServer/WindowManager.cpp b/Userland/Services/WindowServer/WindowManager.cpp
index dbfeb45a9f..7de186e7a5 100644
--- a/Userland/Services/WindowServer/WindowManager.cpp
+++ b/Userland/Services/WindowServer/WindowManager.cpp
@@ -642,12 +642,6 @@ void WindowManager::notify_progress_changed(Window& window)
tell_wms_window_state_changed(window);
}
-void WindowManager::notify_input_preempted(Window& window, InputPreemptor preemptor)
-{
- if (window.client())
- window.client()->async_window_input_preempted(window.window_id(), (i32)preemptor);
-}
-
void WindowManager::pick_new_active_window(Window* previous_active)
{
Window* desktop = nullptr;