diff options
| author | KyleMiles <krm504@nyu.edu> | 2024-05-29 09:08:51 -0400 |
|---|---|---|
| committer | KyleMiles <krm504@nyu.edu> | 2024-06-14 15:26:02 -0400 |
| commit | 13122c55c87302fddee581add0642b5c4bd1a438 (patch) | |
| tree | 05ad02e1dc76215c9343c252ffa1f369238312a9 /pluginmanager.cpp | |
| parent | 2f3dc44b366272d1cee5e6e1609598625de9d400 (diff) | |
Plugin Manager : Remove install instructions
Diffstat (limited to 'pluginmanager.cpp')
| -rw-r--r-- | pluginmanager.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/pluginmanager.cpp b/pluginmanager.cpp index 3c80ac11..98671e2e 100644 --- a/pluginmanager.cpp +++ b/pluginmanager.cpp @@ -152,12 +152,6 @@ vector<string> RepoPlugin::GetInstallPlatforms() const } -std::string RepoPlugin::GetInstallInstructions(const std::string& platform) const -{ - RETURN_STRING(BNPluginGetInstallInstructions(m_object, platform.c_str())); -} - - bool RepoPlugin::IsBeingDeleted() const { return BNPluginIsBeingDeleted(m_object); |
