workspace: Remove unused method
This one hasn't been used for quite a while now ... https://bugzilla.gnome.org/show_bug.cgi?id=678416
This commit is contained in:
parent
e6f5e21b5d
commit
2404d2935d
@ -1121,16 +1121,6 @@ const Workspace = new Lang.Class({
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
_showAllOverlays: function() {
|
|
||||||
let currentWorkspace = global.screen.get_active_workspace();
|
|
||||||
for (let i = 0; i < this._windows.length; i++) {
|
|
||||||
let clone = this._windows[i];
|
|
||||||
let overlay = this._windowOverlays[i];
|
|
||||||
this._showWindowOverlay(clone, overlay,
|
|
||||||
this.metaWorkspace == null || this.metaWorkspace == currentWorkspace);
|
|
||||||
}
|
|
||||||
},
|
|
||||||
|
|
||||||
_hideAllOverlays: function() {
|
_hideAllOverlays: function() {
|
||||||
for (let i = 0; i < this._windows.length; i++) {
|
for (let i = 0; i < this._windows.length; i++) {
|
||||||
let clone = this._windows[i];
|
let clone = this._windows[i];
|
||||||
|
Loading…
Reference in New Issue
Block a user