mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
remove unused commented code
This commit is contained in:
parent
bd6b6c9423
commit
a061e84ad7
1 changed files with 0 additions and 7 deletions
|
@ -20,14 +20,8 @@ Item {
|
|||
// Set from OffscreenUi::assetDialog()
|
||||
property alias dir: assetTableModel.folder
|
||||
property alias filter: selectionType.filtersString
|
||||
property int options // Not used.
|
||||
|
||||
property bool selectDirectory: false
|
||||
|
||||
// Not implemented.
|
||||
// property bool saveDialog: false;
|
||||
// property bool multiSelect: false;
|
||||
|
||||
property bool singleClickNavigate: false
|
||||
|
||||
HifiConstants { id: hifi }
|
||||
|
@ -84,7 +78,6 @@ Item {
|
|||
size: 28
|
||||
width: height
|
||||
enabled: destination !== ""
|
||||
// onClicked: d.navigateHome();
|
||||
onClicked: assetTableModel.folder = destination;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue