mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
Remove unneeded code
CURA-5202
This commit is contained in:
parent
db09272b1e
commit
58e18ded18
1 changed files with 0 additions and 5 deletions
|
|
@ -501,11 +501,6 @@ class CuraApplication(QtApplication):
|
||||||
def getStaticVersion(cls):
|
def getStaticVersion(cls):
|
||||||
return CuraVersion
|
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)
|
## Handle loading of all plugin types (and the backend explicitly)
|
||||||
# \sa PluginRegistry
|
# \sa PluginRegistry
|
||||||
def _loadPlugins(self):
|
def _loadPlugins(self):
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue