about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--keyboard.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/keyboard.c b/keyboard.c
index 6cfd717..7f0dc8b 100644
--- a/keyboard.c
+++ b/keyboard.c
@@ -40,9 +40,7 @@ kbd_get_rows(struct layout *l) {
 
 void
 kbd_init(struct kbd *kb, struct layout *layouts) {
-	char *s;
 	int i;
-	bool found;
 
 	fprintf(stderr, "Initializing keyboard\n");