summaryrefslogtreecommitdiff
path: root/binaryninjaapi.h
diff options
context:
space:
mode:
authorKyleMiles <krm504@nyu.edu>2024-05-22 10:32:34 -0400
committerKyleMiles <krm504@nyu.edu>2024-06-14 15:26:02 -0400
commit2f3dc44b366272d1cee5e6e1609598625de9d400 (patch)
tree1096077fe1fcaf1c4cc3a966b606c4f67e355cd7 /binaryninjaapi.h
parent43db135f0d5cd43e2c86d63e60886565167782c2 (diff)
Plugin mananger : Remove license name field
Diffstat (limited to 'binaryninjaapi.h')
-rw-r--r--binaryninjaapi.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/binaryninjaapi.h b/binaryninjaapi.h
index 0dd1b66b..7ef66012 100644
--- a/binaryninjaapi.h
+++ b/binaryninjaapi.h
@@ -15783,7 +15783,6 @@ namespace BinaryNinja {
std::string GetPluginDirectory() const;
std::string GetAuthor() const;
std::string GetDescription() const;
- std::string GetLicense() const;
std::string GetLicenseText() const;
std::string GetLongdescription() const;
std::string GetName() const;