From 260e6662f031f2e1dba40806c0e9a999766daf3a Mon Sep 17 00:00:00 2001 From: Adel Gadllah Date: Fri, 25 Feb 2011 19:39:16 +0100 Subject: [PATCH] overview: Remove unused 'getWorkspacesForWindow' method --- js/ui/overview.js | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/js/ui/overview.js b/js/ui/overview.js index a862c2bc6..1aeb83b93 100644 --- a/js/ui/overview.js +++ b/js/ui/overview.js @@ -644,18 +644,6 @@ Overview.prototype = { this.show(); }, - /** - * getWorkspacesForWindow: - * @metaWindow: A #MetaWindow - * - * Returns the Workspaces object associated with the given window. - * This method is not be accessible if the overview is not open - * and will return %null. - */ - getWorkspacesForWindow: function(metaWindow) { - return this.workspaces; - }, - //// Private methods //// _syncInputMode: function() {