diff options
Diffstat (limited to 'src/inputevent.h')
-rw-r--r-- | src/inputevent.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/inputevent.h b/src/inputevent.h index 056a14e90..7b73bba11 100644 --- a/src/inputevent.h +++ b/src/inputevent.h @@ -30,6 +30,4 @@ struct InputEvent int mask; }; -typedef bool (*ActionFuncPtr) (InputEvent &event); - #endif |