aboutsummaryrefslogtreecommitdiffstats
path: root/lib/char_to_key_code.h
diff options
context:
space:
mode:
authorTeddy Wing2018-11-05 04:47:47 +0100
committerTeddy Wing2018-11-05 04:47:47 +0100
commit2c4c9e9e750cfe8c78fc15e07a405cfeef46d5c8 (patch)
treed4f0f46639e19c68c95809a87cc1a100e05165a3 /lib/char_to_key_code.h
parentdb7b1896278cc4e0ff3e289b73d5e76d6ac9c8ee (diff)
downloadDomeKey-2c4c9e9e750cfe8c78fc15e07a405cfeef46d5c8.tar.bz2
Remove lib/char_to_key_code.*
We don't need these functions any more now that key simulation is handled by the Rust library. The files can be safely removed.
Diffstat (limited to 'lib/char_to_key_code.h')
-rw-r--r--lib/char_to_key_code.h17
1 files changed, 0 insertions, 17 deletions
diff --git a/lib/char_to_key_code.h b/lib/char_to_key_code.h
deleted file mode 100644
index 40c0c10..0000000
--- a/lib/char_to_key_code.h
+++ /dev/null
@@ -1,17 +0,0 @@
-//
-// char_to_key_code.h
-// DomeKey
-//
-// Created by tw on 8/27/18.
-// Copyright © 2018 tw. All rights reserved.
-//
-
-#ifndef char_to_key_code_h
-#define char_to_key_code_h
-
-#import <Carbon/Carbon.h>
-
-NSString* keyCodeToString(CGKeyCode keyCode);
-NSNumber* charToKeyCode(const char c);
-
-#endif /* char_to_key_code_h */