mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
OP-3909 - remove uninstall
Not needed, not used anywhere.
This commit is contained in:
parent
fbdb2336d8
commit
6c9483c2ad
1 changed files with 0 additions and 5 deletions
|
|
@ -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"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue