Remove unused workspace._visible property

This commit is contained in:
Adel Gadllah 2010-12-16 20:20:07 +01:00
parent e3aab2a90f
commit e41b0bc16d

View File

@ -566,8 +566,6 @@ Workspace.prototype = {
Lang.bind(this, this._windowRemoved)); Lang.bind(this, this._windowRemoved));
this._repositionWindowsId = 0; this._repositionWindowsId = 0;
this._visible = false;
this.leavingOverview = false; this.leavingOverview = false;
}, },
@ -1206,8 +1204,6 @@ Workspace.prototype = {
this.positionWindows(WindowPositionFlags.ANIMATE | WindowPositionFlags.ZOOM); this.positionWindows(WindowPositionFlags.ANIMATE | WindowPositionFlags.ZOOM);
else else
this.positionWindows(WindowPositionFlags.ZOOM); this.positionWindows(WindowPositionFlags.ZOOM);
this._visible = true;
}, },
// Animates the return from Overview mode // Animates the return from Overview mode
@ -1253,7 +1249,6 @@ Workspace.prototype = {
} }
} }
this._visible = false;
}, },
destroy : function() { destroy : function() {