mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 13:38:02 +02: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()
|
// Set from OffscreenUi::assetDialog()
|
||||||
property alias dir: assetTableModel.folder
|
property alias dir: assetTableModel.folder
|
||||||
property alias filter: selectionType.filtersString
|
property alias filter: selectionType.filtersString
|
||||||
property int options // Not used.
|
|
||||||
|
|
||||||
property bool selectDirectory: false
|
property bool selectDirectory: false
|
||||||
|
|
||||||
// Not implemented.
|
|
||||||
// property bool saveDialog: false;
|
|
||||||
// property bool multiSelect: false;
|
|
||||||
|
|
||||||
property bool singleClickNavigate: false
|
property bool singleClickNavigate: false
|
||||||
|
|
||||||
HifiConstants { id: hifi }
|
HifiConstants { id: hifi }
|
||||||
|
@ -84,7 +78,6 @@ Item {
|
||||||
size: 28
|
size: 28
|
||||||
width: height
|
width: height
|
||||||
enabled: destination !== ""
|
enabled: destination !== ""
|
||||||
// onClicked: d.navigateHome();
|
|
||||||
onClicked: assetTableModel.folder = destination;
|
onClicked: assetTableModel.folder = destination;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue