From 47da1728474080e49459d9aa05a994478b8f552a Mon Sep 17 00:00:00 2001 From: Petr Kalis Date: Thu, 3 Nov 2022 17:15:17 +0100 Subject: [PATCH] OP-3908 - remove uninstall Not needed, not used anywhere. --- openpype/hosts/photoshop/api/pipeline.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/openpype/hosts/photoshop/api/pipeline.py b/openpype/hosts/photoshop/api/pipeline.py index 28264d8362..5a23a2213c 100644 --- a/openpype/hosts/photoshop/api/pipeline.py +++ b/openpype/hosts/photoshop/api/pipeline.py @@ -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():