From 3fd908d92c7e3792f46e81aeedacfd57973cf6a6 Mon Sep 17 00:00:00 2001 From: Adel Gadllah Date: Sun, 20 Feb 2011 00:39:10 +0100 Subject: [PATCH] workspaces: Remove obsolete comment https://bugzilla.gnome.org/show_bug.cgi?id=640361 --- js/ui/workspace.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/ui/workspace.js b/js/ui/workspace.js index 074ba5a91..1f34fba1a 100644 --- a/js/ui/workspace.js +++ b/js/ui/workspace.js @@ -554,7 +554,7 @@ Workspace.prototype = { let windows = Main.getWindowActorsForWorkspace(this.metaWorkspace.index()); - // Create clones for remaining windows that should be + // Create clones for windows that should be // visible in the Overview this._windows = []; this._windowOverlays = [];