From bb3f592753587f520fb43d66df931f5cf2f9d85e Mon Sep 17 00:00:00 2001 From: Julien Blanchard Date: Wed, 1 Nov 2017 12:09:51 +0100 Subject: [PATCH] Remove unused method --- Terminal Notifier/AppDelegate.m | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Terminal Notifier/AppDelegate.m b/Terminal Notifier/AppDelegate.m index 55ec23d..71e3f84 100644 --- a/Terminal Notifier/AppDelegate.m +++ b/Terminal Notifier/AppDelegate.m @@ -5,11 +5,6 @@ NSString * const TerminalNotifierBundleID = @"fr.julienxx.oss.terminal-notifier"; NSString * const NotificationCenterUIBundleID = @"com.apple.notificationcenterui"; -// Set OS Params -#define NSAppKitVersionNumber10_10 1343 - -#define contains(str1, str2) ([str1 rangeOfString: str2 ].location != NSNotFound) - NSString *_fakeBundleIdentifier = nil; @implementation NSBundle (FakeBundleIdentifier)