overview: Remove unused 'getWorkspacesForWindow' method

This commit is contained in:
Adel Gadllah 2011-02-25 19:39:16 +01:00
parent 5137cee3d6
commit 260e6662f0

View File

@ -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() {