Remove the output_device related stuff from CuraApplication and fix the qml

This is now properly handled by the Output Device API in Uranium
This commit is contained in:
Arjen Hiemstra 2015-07-08 21:42:20 +02:00
parent baf4ea9523
commit c2e672591c
3 changed files with 31 additions and 148 deletions

View file

@ -13,7 +13,6 @@ Rectangle {
property Action addMachineAction;
property Action configureMachinesAction;
property alias saveAction: saveButton.saveAction;
color: UM.Theme.colors.sidebar;