Remove unneeded code

CURA-5202
This commit is contained in:
Lipu Fei 2018-04-16 15:24:17 +02:00
parent db09272b1e
commit 58e18ded18

View File

@ -501,11 +501,6 @@ class CuraApplication(QtApplication):
def getStaticVersion(cls):
return CuraVersion
## Handle removing the unneeded plugins
# \sa PluginRegistry
def _removePlugins(self):
self._plugin_registry.removePlugins()
## Handle loading of all plugin types (and the backend explicitly)
# \sa PluginRegistry
def _loadPlugins(self):