windowManager: Remove unused property

The last commit removed the only code that set _blockAnimations,
so stop reading it as well.

https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/620
This commit is contained in:
Florian Müllner 2019-07-09 14:46:36 +02:00
parent ff9bb5399b
commit 1cac7b2218

View File

@ -1241,7 +1241,7 @@ var WindowManager = class {
} }
_shouldAnimate() { _shouldAnimate() {
return !(Main.overview.visible || this._blockAnimations); return !Main.overview.visible;
} }
_shouldAnimateActor(actor, types) { _shouldAnimateActor(actor, types) {