OP-3908 - remove uninstall

Not needed, not used anywhere.
This commit is contained in:
Petr Kalis 2022-11-03 17:15:17 +01:00
parent 7981b40da3
commit 47da172847

View file

@ -166,11 +166,6 @@ class PhotoshopHost(HostBase, IWorkfileHost, ILoadHost, IPublishHost):
stub.rename_layer(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 check_inventory():
if not any_outdated_containers():