OP-3909 - remove uninstall

Not needed, not used anywhere.
This commit is contained in:
Petr Kalis 2022-11-03 17:14:12 +01:00
parent fbdb2336d8
commit 6c9483c2ad

View file

@ -181,11 +181,6 @@ class AfterEffectsHost(HostBase, IWorkfileHost, ILoadHost, IPublishHost):
stub.rename_item(item.id,
item.name.replace(stub.PUBLISH_ICON, ''))
def uninstall(self):
pyblish.api.deregister_plugin_path(PUBLISH_PATH)
deregister_loader_plugin_path(LOAD_PATH)
deregister_creator_plugin_path(CREATE_PATH)
def application_launch():
"""Triggered after start of app"""