瀏覽代碼

Remove stale code

Change-Id: I48f88605a33fe4f46e70d293aa0fcdf372491326
Donald Carr 9 年之前
父節點
當前提交
06da6751cb
共有 1 個文件被更改,包括 1 次插入7 次删除
  1. 1 7
      qml/physics/Physics.qml

+ 1 - 7
qml/physics/Physics.qml

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