diff options
author | sfan5 <sfan5@live.de> | 2016-09-21 23:40:19 +0200 |
---|---|---|
committer | sfan5 <sfan5@live.de> | 2016-09-25 17:26:38 +0200 |
commit | c3e1ab859e310f60c0462428d3c991b5218c98d2 (patch) | |
tree | 3039d98768c2c8efc32629e2305c756c93c05c2f /src/keycode.h | |
parent | cd2c8ade2d86f709d9a82b7ad86284cc3e9ce8c3 (diff) | |
download | minetest-c3e1ab859e310f60c0462428d3c991b5218c98d2.tar.gz minetest-c3e1ab859e310f60c0462428d3c991b5218c98d2.tar.bz2 minetest-c3e1ab859e310f60c0462428d3c991b5218c98d2.zip |
Rewrite keycode.cpp (Keycode handling & names)
Diffstat (limited to 'src/keycode.h')
-rw-r--r-- | src/keycode.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/keycode.h b/src/keycode.h index 459a85a46..4d66cf7b5 100644 --- a/src/keycode.h +++ b/src/keycode.h @@ -44,8 +44,6 @@ public: const char *sym() const; const char *name() const; - - std::string debug() const; protected: static bool valid_kcode(irr::EKEY_CODE k) { |