Remove broken load of PrepareSidebar.qml

This file no longer exists. Loading it gives a warning.
This commit is contained in:
Ghostkeeper 2018-12-13 16:32:27 +01:00
parent 70e60e5313
commit 3f3cd5e334
No known key found for this signature in database
GPG key ID: 86BEF881AE2CF276
2 changed files with 1 additions and 9 deletions

View file

@ -24,10 +24,6 @@ class CuraStage(Stage):
def mainComponent(self) -> QUrl:
return self.getDisplayComponent("main")
@pyqtProperty(QUrl, constant = True)
def sidebarComponent(self) -> QUrl:
return self.getDisplayComponent("sidebar")
@pyqtProperty(QUrl, constant = True)
def stageMenuComponent(self) -> QUrl:
return self.getDisplayComponent("menu")