Browse Source

Remove unused variable

CURA-6682
Jaime van Kessel 4 years ago
parent
commit
19a8bd63ab
1 changed files with 0 additions and 2 deletions
  1. 0 2
      plugins/Toolbox/src/Toolbox.py

+ 0 - 2
plugins/Toolbox/src/Toolbox.py

@@ -46,8 +46,6 @@ class Toolbox(QObject, Extension):
 
         self._application = application  # type: CuraApplication
 
-        self._sdk_version = ApplicationMetadata.CuraSDKVersion  # type: Union[str, int]
-
         # Network:
         self._download_request_data = None  # type: Optional[HttpRequestData]
         self._download_progress = 0  # type: float