[gnome-shell] workspace: Remove unused method
- From: Florian MÃllner <fmuellner src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell] workspace: Remove unused method
- Date: Tue, 19 Jun 2012 17:14:29 +0000 (UTC)
commit 2404d2935dc524fce4bdcebb77b25853fd82fb81
Author: Florian MÃllner <fmuellner gnome org>
Date: Fri Jun 15 15:49:24 2012 +0200
workspace: Remove unused method
This one hasn't been used for quite a while now ...
https://bugzilla.gnome.org/show_bug.cgi?id=678416
js/ui/workspace.js | 10 ----------
1 files changed, 0 insertions(+), 10 deletions(-)
---
diff --git a/js/ui/workspace.js b/js/ui/workspace.js
index a1631a0..25626fc 100644
--- a/js/ui/workspace.js
+++ b/js/ui/workspace.js
@@ -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() {
for (let i = 0; i < this._windows.length; i++) {
let clone = this._windows[i];
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]