mirror of
https://github.com/overte-org/overte.git
synced 2025-08-06 14:59:14 +02:00
Remove commented out code
This commit is contained in:
parent
71bc937533
commit
ef8c66c1be
1 changed files with 0 additions and 3 deletions
|
@ -305,9 +305,6 @@ Window {
|
||||||
colorScheme: root.colorScheme
|
colorScheme: root.colorScheme
|
||||||
anchors.left: parent.left
|
anchors.left: parent.left
|
||||||
anchors.right: parent.right
|
anchors.right: parent.right
|
||||||
onClicked: {
|
|
||||||
print('here');
|
|
||||||
}
|
|
||||||
rowDelegate: Rectangle {
|
rowDelegate: Rectangle {
|
||||||
height: hifi.dimensions.tableRowHeight
|
height: hifi.dimensions.tableRowHeight
|
||||||
color: styleData.selected
|
color: styleData.selected
|
||||||
|
|
Loading…
Reference in a new issue