Remove unused member

CURA-6983
This commit is contained in:
Nino van Hooff 2020-01-10 14:29:21 +01:00
parent 35695e5ab6
commit f15e21805c

View File

@ -103,7 +103,6 @@ class Toolbox(QObject, Extension):
# variables for the license agreement dialog
self._license_dialog_plugin_file_location = "" # type: str
self._restart_dialog_message = "" # type: str
self._application.initializationFinished.connect(self._onAppInitialized)