Explorar o código

Remove stale code

Change-Id: I48f88605a33fe4f46e70d293aa0fcdf372491326
Donald Carr %!s(int64=9) %!d(string=hai) anos
pai
achega
06da6751cb
Modificáronse 1 ficheiros con 1 adicións e 7 borrados
  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()
-            }
         }
     }