From d8a362ad3ef997d0a1e8ffac37445431f067b82a Mon Sep 17 00:00:00 2001 From: Paul Date: Sat, 12 Oct 2024 11:28:48 -0400 Subject: [PATCH] Remove some unused bundle locating code (#322) We had unused bundle locating code which added an interface and although it wasn't used, it would create a warning at valudation in some circumstances --- src/detail/clap/mac_helpers.mm | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/src/detail/clap/mac_helpers.mm b/src/detail/clap/mac_helpers.mm index 391c8a51..7e59b795 100644 --- a/src/detail/clap/mac_helpers.mm +++ b/src/detail/clap/mac_helpers.mm @@ -22,27 +22,8 @@ Timo Kaluza (defiantnerd) #include -@interface free_audio_clap_wrapper_ffowefe : NSObject -- (void)foo; -@end - -@implementation free_audio_clap_wrapper_ffowefe -- (void)foo -{ -} -@end - namespace Clap { -/* - this could be anything apparantly -*/ - -NSBundle *getMyBundle() -{ - return [NSBundle bundleForClass:[free_audio_clap_wrapper_ffowefe class]]; -} - fs::path sharedLibraryBundlePath() { Dl_info info;