From 2c4c9e9e750cfe8c78fc15e07a405cfeef46d5c8 Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Mon, 5 Nov 2018 04:47:47 +0100 Subject: 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. --- lib/char_to_key_code.h | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 lib/char_to_key_code.h (limited to 'lib/char_to_key_code.h') 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 - -NSString* keyCodeToString(CGKeyCode keyCode); -NSNumber* charToKeyCode(const char c); - -#endif /* char_to_key_code_h */ -- cgit v1.2.3