Skip to content

Commit

Permalink
libobs: Remove unused is_in_bundle() method
Browse files Browse the repository at this point in the history
  • Loading branch information
gxalpha authored and RytoEX committed Oct 3, 2024
1 parent 37ab500 commit 4420594
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions libobs/obs-cocoa.m
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,6 @@
#import <AppKit/AppKit.h>

// MARK: macOS Bundle Management

bool is_in_bundle()
{
NSRunningApplication *app = [NSRunningApplication currentApplication];
return [app bundleIdentifier] != nil;
}

const char *get_module_extension(void)
{
return "";
Expand Down

0 comments on commit 4420594

Please sign in to comment.