aboutsummaryrefslogtreecommitdiffstats
path: root/MASShortcut.h
diff options
context:
space:
mode:
authorVadim Shpakovski2012-09-19 12:43:39 +0300
committerVadim Shpakovski2012-09-19 12:43:39 +0300
commit4099b62587959708bd02d1c49ec1c8fa39448cf4 (patch)
treebf5a851450f9795286d374d49c2a0f11d2318114 /MASShortcut.h
parent243aee3038ed23c7f8b96f54871bae00a3be8a41 (diff)
downloadMASShortcut-4099b62587959708bd02d1c49ec1c8fa39448cf4.tar.bz2
Isolates monitoring code from data.1.1
Diffstat (limited to 'MASShortcut.h')
-rw-r--r--MASShortcut.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/MASShortcut.h b/MASShortcut.h
index a5c8fa9..3c6c109 100644
--- a/MASShortcut.h
+++ b/MASShortcut.h
@@ -51,7 +51,4 @@ enum {
- (BOOL)isTakenError:(NSError **)error;
-+ (id)addGlobalHotkeyMonitorWithShortcut:(MASShortcut *)shortcut handler:(void (^)())handler;
-+ (void)removeGlobalHotkeyMonitor:(id)monitor;
-
@end