mirror of
https://github.com/overte-org/overte.git
synced 2025-08-04 04:23:33 +02:00
Removed unwanted code
This commit is contained in:
parent
aef62d09c7
commit
ea66e04ab8
1 changed files with 0 additions and 15 deletions
|
@ -15,20 +15,6 @@ import "../../controls"
|
||||||
import "../../controls-uit" as HifiControls
|
import "../../controls-uit" as HifiControls
|
||||||
import "../../dialogs"
|
import "../../dialogs"
|
||||||
|
|
||||||
PreferencesDialog {
|
|
||||||
id: root
|
|
||||||
objectName: "ControlSettings"
|
|
||||||
title: "Control Settings"
|
|
||||||
showCategories: ["VR Movement", "Mouse Sensitivity", "Game Controller", "Face Tracking", "Sixense Controllers", "Perception Neuron", "Kinect", "Leap Motion"]
|
|
||||||
property var settings: Settings {
|
|
||||||
category: root.objectName
|
|
||||||
property alias x: root.x
|
|
||||||
property alias y: root.y
|
|
||||||
property alias width: root.width
|
|
||||||
property alias height: root.height
|
|
||||||
}
|
|
||||||
}
|
|
||||||
/*
|
|
||||||
StackView {
|
StackView {
|
||||||
id: stack
|
id: stack
|
||||||
initialItem: inputConfiguration
|
initialItem: inputConfiguration
|
||||||
|
@ -243,4 +229,3 @@ StackView {
|
||||||
timer.start();
|
timer.start();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
*/
|
|
||||||
|
|
Loading…
Reference in a new issue