WindowServer: Remove some commented code in WindowManager.cpp
This commit is contained in:
parent
81b260bd1c
commit
7653be6062
Notes:
sideshowbarker
2024-07-18 01:41:56 +09:00
Author: https://github.com/mrkct Commit: https://github.com/SerenityOS/serenity/commit/7653be60621 Pull-request: https://github.com/SerenityOS/serenity/pull/10381 Reviewed-by: https://github.com/BenWiederhake ✅ Reviewed-by: https://github.com/TobyAsE Reviewed-by: https://github.com/awesomekling Reviewed-by: https://github.com/kleinesfilmroellchen
1 changed files with 0 additions and 2 deletions
|
@ -409,10 +409,8 @@ void WindowManager::greet_window_manager(WMClientConnection& conn)
|
|||
|
||||
for_each_window_stack([&](auto& window_stack) {
|
||||
window_stack.for_each_window([&](Window& other_window) {
|
||||
//if (conn.window_id() != other_window.window_id()) {
|
||||
tell_wm_about_window(conn, other_window);
|
||||
tell_wm_about_window_icon(conn, other_window);
|
||||
//}
|
||||
return IterationDecision::Continue;
|
||||
});
|
||||
return IterationDecision::Continue;
|
||||
|
|
Loading…
Add table
Reference in a new issue