diff options
Diffstat (limited to 'src/bind.h')
-rw-r--r-- | src/bind.h | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -17,12 +17,8 @@ #ifndef INC_BIND_H #define INC_BIND_H -#include <stdbool.h> - const char *bind_get(int keycode); -bool bind_init(void); - #endif // vi: sw=4 ts=4 noet tw=80 cc=80 |