From 2f3dc44b366272d1cee5e6e1609598625de9d400 Mon Sep 17 00:00:00 2001 From: KyleMiles Date: Wed, 22 May 2024 10:32:34 -0400 Subject: Plugin mananger : Remove license name field --- python/pluginmanager.py | 5 ----- 1 file changed, 5 deletions(-) (limited to 'python') diff --git a/python/pluginmanager.py b/python/pluginmanager.py index 489cb7f7..07b3e43e 100644 --- a/python/pluginmanager.py +++ b/python/pluginmanager.py @@ -130,11 +130,6 @@ class RepoPlugin: """String short description of the plugin""" return core.BNPluginGetDescription(self.handle) - @property - def license(self) -> Optional[str]: - """String short license description (ie MIT, BSD, GPLv2, etc)""" - return core.BNPluginGetLicense(self.handle) - @property def license_text(self) -> Optional[str]: """String complete license text for the given plugin""" -- cgit v1.3.1