mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 12:47:35 +00:00
WindowServer: Remove some commented code in WindowManager.cpp
This commit is contained in:
parent
81b260bd1c
commit
7653be6062
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) {
|
for_each_window_stack([&](auto& window_stack) {
|
||||||
window_stack.for_each_window([&](Window& other_window) {
|
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(conn, other_window);
|
||||||
tell_wm_about_window_icon(conn, other_window);
|
tell_wm_about_window_icon(conn, other_window);
|
||||||
//}
|
|
||||||
return IterationDecision::Continue;
|
return IterationDecision::Continue;
|
||||||
});
|
});
|
||||||
return IterationDecision::Continue;
|
return IterationDecision::Continue;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue