mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 01:58:19 +00:00
Remove dead code
This commit is contained in:
parent
6f033e41ba
commit
c9baa5f0d6
|
@ -11,8 +11,6 @@
|
|||
|
||||
#include "input.h"
|
||||
|
||||
//print >>f, "int inp_key_code(const char *key_name) { int i; if (!strcmp(key_name, \"-?-\")) return -1; else for (i = 0; i < 512; i++) if (!strcmp(key_strings[i], key_name)) return i; return -1; }"
|
||||
|
||||
// this header is protected so you don't include it from anywhere
|
||||
#define KEYS_INCLUDE
|
||||
#include "keynames.h"
|
||||
|
|
Loading…
Reference in a new issue