Przeglądaj źródła

Remove stale code

Change-Id: I48f88605a33fe4f46e70d293aa0fcdf372491326
Donald Carr 9 lat temu
rodzic
commit
06da6751cb
1 zmienionych plików z 1 dodań i 7 usunięć
  1. 1 7
      qml/physics/Physics.qml

+ 1 - 7
qml/physics/Physics.qml

@@ -19,6 +19,7 @@ View {
         id: physicsSettings
         category: "Physics"
 
+        // 0 is abutting
         property int verticalOffset: 1
         property real pace: 1
         property bool globalWorld: false
@@ -152,13 +153,6 @@ View {
                 onNext: deathTimer.triggered()
                 onToggleChaos: fixedRotation = !fixedRotation
             }
-
-            Timer {
-                id: settleTimer
-                running: false
-                interval: 200
-                onTriggered: deathTimer.triggered()
-            }
         }
     }