mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-17 23:24:51 +00:00
layout: Removed unused method
Commit a6b4d4945 removed the only caller in 2013(!)
Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2034>
This commit is contained in:
parent
550b1b2970
commit
7d895874b6
1 changed files with 0 additions and 7 deletions
|
|
@ -934,13 +934,6 @@ var LayoutManager = GObject.registerClass({
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
_getWindowActorsForWorkspace(workspace) {
|
|
||||||
return global.get_window_actors().filter(actor => {
|
|
||||||
let win = actor.meta_window;
|
|
||||||
return win.located_on_workspace(workspace);
|
|
||||||
});
|
|
||||||
}
|
|
||||||
|
|
||||||
_updateFullscreen() {
|
_updateFullscreen() {
|
||||||
this._updateVisibility();
|
this._updateVisibility();
|
||||||
this._queueUpdateRegions();
|
this._queueUpdateRegions();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue