summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
Diffstat (limited to 'python')
-rw-r--r--python/pluginmanager.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/python/pluginmanager.py b/python/pluginmanager.py
index 489cb7f7..07b3e43e 100644
--- a/python/pluginmanager.py
+++ b/python/pluginmanager.py
@@ -131,11 +131,6 @@ class RepoPlugin:
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"""
return core.BNPluginGetLicenseText(self.handle)