From 5e921bf59373d79d27c322ff86e8b5a37b151e45 Mon Sep 17 00:00:00 2001 From: Michael Smith Date: Sun, 31 Jul 2022 16:02:10 +0100 Subject: Add magical feature codegen system, at long last --- src/bind.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/bind.h') 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 - const char *bind_get(int keycode); -bool bind_init(void); - #endif // vi: sw=4 ts=4 noet tw=80 cc=80 -- cgit v1.2.3