diff options
Diffstat (limited to 'src/actions/actiondef.h')
-rw-r--r-- | src/actions/actiondef.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/actions/actiondef.h b/src/actions/actiondef.h index 18c276e3c..f3ac4f7bd 100644 --- a/src/actions/actiondef.h +++ b/src/actions/actiondef.h @@ -30,8 +30,6 @@ SETTINGS_H INPUT_INPUTMANAGER_H #define impHandler(name) bool name(InputEvent &event) -#define impHandlerE(name) bool name(InputEvent &event) - #define impHandler0(name) bool name(InputEvent &event A_UNUSED) #define impHandlerVoid(name) bool name(InputEvent &event A_UNUSED) \ { \ |