workspace: Remove unused zooming property

We no longer support zooming.

https://bugzilla.gnome.org/show_bug.cgi?id=703304
This commit is contained in:
Adel Gadllah 2013-06-29 11:47:59 +02:00
parent 9e3592ebf3
commit 867695eb4f

View File

@ -127,7 +127,7 @@ const WindowClone = new Lang.Class({
if (this._stackAbove == null)
return null;
if (this.inDrag || this._zooming) {
if (this.inDrag) {
if (this._stackAbove._delegate)
return this._stackAbove._delegate.getActualStackAbove();
else