swipeTracker: Remove unused property
The :allow-long-swipes GObject property relies on the automatic getter/setter added by gjs and is not actually backed by _allowLongSwipes. Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/1765>
This commit is contained in:
parent
d49606bbaa
commit
d271a51bfd
@ -471,7 +471,6 @@ var SwipeTracker = GObject.registerClass({
|
||||
this.orientation = orientation;
|
||||
this._allowedModes = allowedModes;
|
||||
this._enabled = true;
|
||||
this._allowLongSwipes = false;
|
||||
this._distance = global.screen_height;
|
||||
this._history = new EventHistory();
|
||||
this._reset();
|
||||
|
Loading…
Reference in New Issue
Block a user