resolve merge conflict

This commit is contained in:
Mark 2018-04-17 10:39:35 +02:00
commit f61efb8e20
7 changed files with 61 additions and 46 deletions

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):