wayland/idle-inhibit: Remove confusing comment
Something about the surface being destroyed and visibility checked,
which isn't what is going on.
Fixes: 388b534062
("wayland: Implement idle inhibit protocol")
Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/3219>
This commit is contained in:
parent
388b534062
commit
45abae7ebb
1 changed files with 0 additions and 3 deletions
|
@ -155,9 +155,6 @@ inhibitor_proxy_completed (GObject *source,
|
|||
|
||||
inhibitor->session_proxy = proxy;
|
||||
|
||||
/* as the surface has already been created, we check its visibility state in
|
||||
* the inhibitor initialization.
|
||||
*/
|
||||
update_inhibitation (inhibitor);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue