compositor: Remove outdated comment

XWayland no longer redirects windows by default.
This commit is contained in:
Jasper St. Pierre 2013-11-18 21:18:34 -05:00
parent 73a9082062
commit 8dd97b4998

View File

@ -650,11 +650,6 @@ redirect_windows (MetaCompositor *compositor,
guint n_retries;
guint max_retries;
/* If we're running with wayland, connected to a headless xwayland
* server then all the windows are implicitly redirected offscreen
* already and it would generate an error to try and explicitly
* redirect them via XCompositeRedirectSubwindows() */
if (meta_get_replace_current_wm ())
max_retries = 5;
else