diff --git a/src/Views/DisplaysView.vala b/src/Views/DisplaysView.vala index 1fceea27..d9fa8997 100644 --- a/src/Views/DisplaysView.vala +++ b/src/Views/DisplaysView.vala @@ -149,7 +149,6 @@ public class Display.DisplaysView : Gtk.Box { rotation_lock_box.append (rotation_lock_switch); touchscreen_settings.bind ("orientation-lock", rotation_lock_switch, "state", DEFAULT); - } }