From 6b44ec8e4a297e517deea6d360a53d3e948eb043 Mon Sep 17 00:00:00 2001 From: Jack Ha Date: Wed, 9 May 2018 14:24:10 +0200 Subject: [PATCH] CURA-5296 undo add version upgrade to required plugins --- cura/CuraApplication.py | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/cura/CuraApplication.py b/cura/CuraApplication.py index 0bbfcf6b97..c8adfbc93b 100755 --- a/cura/CuraApplication.py +++ b/cura/CuraApplication.py @@ -288,16 +288,6 @@ class CuraApplication(QtApplication): "ScaleTool", "SelectionTool", "TranslateTool", - - # Version upgrades: - "VersionUpgrade21to22", - "VersionUpgrade22to24", - "VersionUpgrade25to26", - "VersionUpgrade26to27", - "VersionUpgrade27to30", - "VersionUpgrade30to31", - "VersionUpgrade32to33", - "VersionUpgrade33to34", ]) self._physics = None self._volume = None