barLevel: Remove duplicated assignment

https://gitlab.gnome.org/GNOME/gnome-shell/issues/1500
This commit is contained in:
Florian Müllner 2019-08-12 14:01:57 +02:00
parent d67c64af83
commit 6b7af407e1

View File

@ -55,7 +55,6 @@ var BarLevel = GObject.registerClass({
if (this._value == value)
return;
this._value = value;
this._value = value;
this.notify('value');
this.queue_repaint();