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:
parent
ff9bb5399b
commit
1cac7b2218
@ -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) {
|
||||||
|
Loading…
Reference in New Issue
Block a user