summaryrefslogtreecommitdiff
path: root/src/actions/actiondef.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-07-29 00:49:17 +0300
committerAndrei Karas <akaras@inbox.ru>2016-07-29 00:49:17 +0300
commit30d928c4903bb36ee78ff846384feff9cc9aa952 (patch)
tree4665c05803b378d9384f379a9c4e73f6c1287cee /src/actions/actiondef.h
parentab65923161edd3dab8d2623b3895485ad932a951 (diff)
downloadplus-30d928c4903bb36ee78ff846384feff9cc9aa952.tar.gz
plus-30d928c4903bb36ee78ff846384feff9cc9aa952.tar.bz2
plus-30d928c4903bb36ee78ff846384feff9cc9aa952.tar.xz
plus-30d928c4903bb36ee78ff846384feff9cc9aa952.zip
Remove macro impHandlerE.
Diffstat (limited to 'src/actions/actiondef.h')
-rw-r--r--src/actions/actiondef.h2
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) \
{ \