Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'cura/CuraApplication.py')
-rwxr-xr-xcura/CuraApplication.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/cura/CuraApplication.py b/cura/CuraApplication.py
index caa39cc703..b3e6caed4e 100755
--- a/cura/CuraApplication.py
+++ b/cura/CuraApplication.py
@@ -126,8 +126,6 @@ class CuraApplication(QtApplication):
# Cura will always show the Add Machine Dialog upon start.
stacksValidationFinished = pyqtSignal() # Emitted whenever a validation is finished
- projectFileLoaded = pyqtSignal(str) # Emitted whenever a project file is loaded
-
def __init__(self):
# this list of dir names will be used by UM to detect an old cura directory
for dir_name in ["extruders", "machine_instances", "materials", "plugins", "quality", "user", "variants"]: