Skip to content

Commit

Permalink
Remove some unused bundle locating code (#322)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
baconpaul authored Oct 12, 2024
1 parent f898db3 commit d8a362a
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions src/detail/clap/mac_helpers.mm
Original file line number Diff line number Diff line change
Expand Up @@ -22,27 +22,8 @@ Timo Kaluza (defiantnerd)

#include <Foundation/Foundation.h>

@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;
Expand Down

0 comments on commit d8a362a

Please sign in to comment.