Revert "WIP: Add custom CameraView for UM camera feed"

This reverts commit b00ea4719a.
This commit is contained in:
fieldOfView 2018-10-29 10:40:54 +01:00
parent e0d6bac37d
commit 0c1b3931db
2 changed files with 0 additions and 44 deletions

View file

@ -961,9 +961,6 @@ class CuraApplication(QtApplication):
qmlRegisterType(QualityManagementModel, "Cura", 1, 0, "QualityManagementModel")
qmlRegisterType(MachineManagementModel, "Cura", 1, 0, "MachineManagementModel")
from cura.PrinterOutput.CameraView import CameraView
qmlRegisterType(CameraView, "Cura", 1, 0, "CameraView")
qmlRegisterSingletonType(QualityProfilesDropDownMenuModel, "Cura", 1, 0,
"QualityProfilesDropDownMenuModel", self.getQualityProfilesDropDownMenuModel)
qmlRegisterSingletonType(CustomQualityProfilesDropDownMenuModel, "Cura", 1, 0,