Index: sources/gui/qml/pages/TreatmentHome.qml =================================================================== diff -u -r5963f00ffd2c557d3ae06a5deea05032a3a3bd68 -rb9c5b0b3afc3b34d4980ecc4f023f498f80dafbc --- sources/gui/qml/pages/TreatmentHome.qml (.../TreatmentHome.qml) (revision 5963f00ffd2c557d3ae06a5deea05032a3a3bd68) +++ sources/gui/qml/pages/TreatmentHome.qml (.../TreatmentHome.qml) (revision b9c5b0b3afc3b34d4980ecc4f023f498f80dafbc) @@ -33,27 +33,6 @@ property alias createTreatmentButton: _createTreatmentRect.button // exported properties - // - - USBButton { - x: 50 - anchors { - top : parent.top - topMargin : (Variables.headerHeight - Variables.logoHeight) / 2 - rightMargin : (Variables.headerHeight - Variables.logoHeight) / 2 - } - } - ExportButton { - x: 150 - width: 150 - height: 50 - anchors { - top : parent.top - topMargin : (Variables.headerHeight - Variables.logoHeight) / 2 - rightMargin : (Variables.headerHeight - Variables.logoHeight) / 2 - } - } - TreatmentStart { id : _treatmentStart onBackPressed: { _treatmentStack.pop()