overview: remove outdated comment

Visibility of global.window_group is handled in layout.js nowadays.
This commit is contained in:
Giovanni Campagna 2013-05-25 14:59:43 +02:00
parent f78e17ce02
commit 04f1f5f94b

View File

@ -512,15 +512,6 @@ const Overview = new Lang.Class({
this.visibleTarget = true;
this._activationTime = Date.now() / 1000;
// All the the actors in the window group are completely obscured,
// hiding the group holding them while the Overview is displayed greatly
// increases performance of the Overview especially when there are many
// windows visible.
//
// If we switched to displaying the actors in the Overview rather than
// clones of them, this would obviously no longer be necessary.
//
// Disable unredirection while in the overview
Meta.disable_unredirect_for_screen(global.screen);
this._viewSelector.show();