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 --- binaryninjaapi.h | 1 - 1 file changed, 1 deletion(-) (limited to 'binaryninjaapi.h') 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; -- cgit v1.3.1