mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-14 12:52:21 +00:00
Remove unused Notification key
This commit is contained in:
@@ -8,8 +8,6 @@
|
||||
|
||||
#import <Foundation/Foundation.h>
|
||||
|
||||
APPKIT_EXTERN NSString *const MPShouldLockDatabaseNotification;
|
||||
|
||||
@interface MPLockDaemon : NSObject
|
||||
|
||||
+ (MPLockDaemon *)sharedInstance;
|
||||
|
||||
@@ -10,7 +10,6 @@
|
||||
#import "MPSettingsHelper.h"
|
||||
#import "MPAppDelegate.h"
|
||||
|
||||
NSString *const MPShouldLockDatabaseNotification = @"com.hicknhack.macpass.MPShouldLockDatabaseNotification";
|
||||
|
||||
@interface MPLockDaemon () {
|
||||
NSTimer *idleCheckTimer;
|
||||
|
||||
Reference in New Issue
Block a user