From 6c9483c2adf18a4a1faee4cf76b86e5f4fa98589 Mon Sep 17 00:00:00 2001 From: Petr Kalis Date: Thu, 3 Nov 2022 17:14:12 +0100 Subject: [PATCH] OP-3909 - remove uninstall Not needed, not used anywhere. --- openpype/hosts/aftereffects/api/pipeline.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/openpype/hosts/aftereffects/api/pipeline.py b/openpype/hosts/aftereffects/api/pipeline.py index b4e0b1979b..4aa692d663 100644 --- a/openpype/hosts/aftereffects/api/pipeline.py +++ b/openpype/hosts/aftereffects/api/pipeline.py @@ -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"""