From 891aebc3660ebf94506b87ea7ad00424b4d69fdd Mon Sep 17 00:00:00 2001 From: Jaime van Kessel Date: Thu, 30 Mar 2017 20:03:21 +0200 Subject: [PATCH] Removed getBackend from Cura (and onto Uranium) --- cura/CuraApplication.py | 7 ------- 1 file changed, 7 deletions(-) diff --git a/cura/CuraApplication.py b/cura/CuraApplication.py index 1c66fa4d7b..a9d7ea0466 100755 --- a/cura/CuraApplication.py +++ b/cura/CuraApplication.py @@ -694,13 +694,6 @@ class CuraApplication(QtApplication): qmlRegisterType(QUrl.fromLocalFile(path), "Cura", 1, 0, type_name) - ## Get the backend of the application (the program that does the heavy lifting). - # The backend is also a QObject, which can be used from qml. - # \returns Backend \type{Backend} - @pyqtSlot(result = "QObject*") - def getBackend(self): - return self._backend - def onSelectionChanged(self): if Selection.hasSelection(): if self.getController().getActiveTool():