mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-18 07:34:54 +00:00
overview: Remove unused 'getWorkspacesForWindow' method
This commit is contained in:
parent
5137cee3d6
commit
260e6662f0
1 changed files with 0 additions and 12 deletions
|
|
@ -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() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue