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
@ -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() {
|
||||
this._updateVisibility();
|
||||
this._queueUpdateRegions();
|
||||
|
Loading…
Reference in New Issue
Block a user