pointerA11yTimeout: Remove unused properties

Those properties were overlooked in 5cb02c1c, remove them now.

https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/688
This commit is contained in:
Jonas Dreßler 2019-08-22 09:59:22 +02:00 committed by Olivier Fourdan
parent c366e9f3ca
commit 67a0b3b98e

View File

@ -12,8 +12,6 @@ var PieTimer = GObject.registerClass({
}
}, class PieTimer extends St.DrawingArea {
_init() {
this._x = 0;
this._y = 0;
this._angle = 0;
super._init({
style_class: 'pie-timer',