aboutsummaryrefslogtreecommitdiff
path: root/src/locale.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/locale.h')
-rw-r--r--src/locale.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/locale.h b/src/locale.h
index 2662cee..7e30d1c 100644
--- a/src/locale.h
+++ b/src/locale.h
@@ -1,11 +1,8 @@
#ifndef SKHD_LOCALE_H
#define SKHD_LOCALE_H
-#include <stdbool.h>
#include <stdint.h>
uint32_t keycode_from_char(char key);
-uint32_t keycode_from_literal(char *key, unsigned length);
-bool same_string(char *text, unsigned length, const char *match);
#endif