aboutsummaryrefslogtreecommitdiffstats
path: root/DomeKey/AppDelegate.h
diff options
context:
space:
mode:
authorTeddy Wing2018-10-27 06:03:03 +0200
committerTeddy Wing2018-10-27 06:03:03 +0200
commit57294b01c615541b4651b2ca3076843e45a2add6 (patch)
tree91e1bbd4257a174bb6443f44bc97aa144d1c8c43 /DomeKey/AppDelegate.h
parent0155afd054d41b21f15c7048002ea99382360d81 (diff)
downloadDomeKey-57294b01c615541b4651b2ca3076843e45a2add6.tar.bz2
AppDelegate: Get rid of `MPRemoteCommandCenter` code
This code was a test for Bluetooth event handling. It didn't work for that purpose as far as I could tell. Since it's not being used, delete it.
Diffstat (limited to 'DomeKey/AppDelegate.h')
-rw-r--r--DomeKey/AppDelegate.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/DomeKey/AppDelegate.h b/DomeKey/AppDelegate.h
index a8f2d01..4b2fc4f 100644
--- a/DomeKey/AppDelegate.h
+++ b/DomeKey/AppDelegate.h
@@ -12,11 +12,9 @@
@interface AppDelegate : NSObject <NSApplicationDelegate> {
HeadphoneKey *_headphone_key;
- MPRemoteCommandCenter *_blargh;
Config *_config;
}
- (instancetype)initWithConfig:(Config *)config;
-- (void)mpmediaplayerBS;
@end