diff --git a/js/ui/animation.js b/js/ui/animation.js index 18c837e82..3ad1358d5 100644 --- a/js/ui/animation.js +++ b/js/ui/animation.js @@ -12,7 +12,6 @@ var Animation = class { this.actor = new St.Bin(); this.actor.set_size(width, height); this.actor.connect('destroy', this._onDestroy.bind(this)); - this.actor.connect('notify::size', this._syncAnimationSize.bind(this)); this.actor.connect('resource-scale-changed', this._loadFile.bind(this, file, width, height));