From 440dee2191f23662590cf865e8f70fe5fa711c3d Mon Sep 17 00:00:00 2001 From: Jaime van Kessel Date: Wed, 17 Oct 2018 13:32:26 +0200 Subject: [PATCH] Removed unused code CURA-5814 --- cura/PrintInformation.py | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/cura/PrintInformation.py b/cura/PrintInformation.py index 9c9a0a6a1d..931951b3da 100644 --- a/cura/PrintInformation.py +++ b/cura/PrintInformation.py @@ -30,17 +30,7 @@ catalog = i18nCatalog("cura") # This class also mangles the current machine name and the filename of the first loaded mesh into a job name. # This job name is requested by the JobSpecs qml file. class PrintInformation(QObject): - class SlicePass: - CurrentSettings = 1 - LowQualitySettings = 2 - HighQualitySettings = 3 - - class SliceReason: - SceneChanged = 1 - SettingChanged = 2 - ActiveMachineChanged = 3 - Other = 4 - + UNTITLED_JOB_NAME = "Untitled" def __init__(self, application: "CuraApplication", parent = None) -> None: