From e2619c023c15a85a76053ac97e52b1b0a21715f0 Mon Sep 17 00:00:00 2001 From: Patrick von Reth Date: Thu, 24 Jul 2014 00:11:17 +0200 Subject: [PATCH] fix leftover of hack --- .../osxnotificationcenter/osxnotificationcenter.mm | 9 --------- 1 file changed, 9 deletions(-) diff --git a/src/plugins/backends/osxnotificationcenter/osxnotificationcenter.mm b/src/plugins/backends/osxnotificationcenter/osxnotificationcenter.mm index 5a949c2..9e33a26 100644 --- a/src/plugins/backends/osxnotificationcenter/osxnotificationcenter.mm +++ b/src/plugins/backends/osxnotificationcenter/osxnotificationcenter.mm @@ -20,15 +20,6 @@ namespace { } } -// this category adds the __bundleIdentifier method to every NSBundle object -// see http://stackoverflow.com/a/14698543 -@implementation NSBundle(snore) -- (NSString *)__bundleIdentifier { - return appID; -} -@end - - OSXNotificationCenter::OSXNotificationCenter() : SnoreBackend("OSX Notification Center", false, false, false) { }