Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions lib/Gestures/GestureController.vala
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ public class Gala.GestureController : Object {

/**
* When disabled gesture progress will stay where the gesture ended and not snap to full integers values.
* This will also cause the controller to emit smooth progress information even if animations are disabled.
*/
public bool snap { get; construct set; default = true; }

Expand Down Expand Up @@ -173,12 +172,6 @@ public class Gala.GestureController : Object {
direction_multiplier *= -1;
}

if (snap && !Meta.Prefs.get_gnome_animations ()) {
recognizing = false;
prepare ();
finish (0, progress + direction_multiplier);
}

recognizing_backend = backend;
}

Expand Down