From 1c801726d35e56d3bbf4a33279213bc60935c244 Mon Sep 17 00:00:00 2001 From: Tomáš Znamenáček Date: Tue, 5 Aug 2014 15:34:46 +0200 Subject: Converted keycode macros to plain functions. Plain functions are less prone to bugs, the compiler understands them better and can offer better error messages, and plain functions can be refactored more easily. --- Framework/MASShortcutView.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'Framework/MASShortcutView.h') diff --git a/Framework/MASShortcutView.h b/Framework/MASShortcutView.h index c8a46bb..9f94bf5 100644 --- a/Framework/MASShortcutView.h +++ b/Framework/MASShortcutView.h @@ -1,5 +1,3 @@ -#import - @class MASShortcut; typedef enum { -- cgit v1.2.3