From 72fcf44f3731ade3cf1310da55f633f1cb9069ce Mon Sep 17 00:00:00 2001 From: 0cyn Date: Wed, 22 Oct 2025 02:37:05 -0400 Subject: Refactor Plugin Load/Management to support upcoming changes --- binaryninjaapi.cpp | 18 ------------------ 1 file changed, 18 deletions(-) (limited to 'binaryninjaapi.cpp') diff --git a/binaryninjaapi.cpp b/binaryninjaapi.cpp index c35e28c8..1ac13b21 100644 --- a/binaryninjaapi.cpp +++ b/binaryninjaapi.cpp @@ -49,24 +49,6 @@ bool BinaryNinja::InitPlugins(bool allowUserPlugins) } -void BinaryNinja::InitCorePlugins() -{ - BNInitCorePlugins(); -} - - -void BinaryNinja::InitUserPlugins() -{ - BNInitUserPlugins(); -} - - -void BinaryNinja::InitRepoPlugins() -{ - BNInitRepoPlugins(); -} - - string BinaryNinja::GetBundledPluginDirectory() { char* path = BNGetBundledPluginDirectory(); -- cgit v1.3.1