summaryrefslogtreecommitdiffhomepage
path: root/src/bind.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/bind.h')
-rw-r--r--src/bind.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/bind.h b/src/bind.h
index 4d91a96..daf97da 100644
--- a/src/bind.h
+++ b/src/bind.h
@@ -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