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;