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:
parent
c366e9f3ca
commit
67a0b3b98e
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user