Skip to content

Commit

Permalink
Revert "WIP: Add custom CameraView for UM camera feed"
Browse files Browse the repository at this point in the history
This reverts commit b00ea47.
  • Loading branch information
fieldOfView committed Oct 29, 2018
1 parent e0d6bac commit 0c1b393
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 44 deletions.
3 changes: 0 additions & 3 deletions cura/CuraApplication.py
Original file line number Diff line number Diff line change
Expand Up @@ -961,9 +961,6 @@ def registerObjects(self, engine):
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,
Expand Down
41 changes: 0 additions & 41 deletions cura/PrinterOutput/CameraView.py

This file was deleted.

0 comments on commit 0c1b393

Please sign in to comment.