fix leftover of hack

This commit is contained in:
Patrick von Reth 2014-07-24 00:11:17 +02:00
parent 981789b49f
commit e2619c023c
1 changed files with 0 additions and 9 deletions

View File

@ -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)
{
}