remove unused commented code

This commit is contained in:
Triplelexx 2018-05-10 19:40:02 +01:00
parent bd6b6c9423
commit a061e84ad7

View file

@ -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;
} }
} }