summaryrefslogtreecommitdiff
path: root/src/keycode.h
diff options
context:
space:
mode:
authorsfan5 <sfan5@live.de>2016-09-21 23:40:19 +0200
committersfan5 <sfan5@live.de>2016-09-25 17:26:38 +0200
commitc3e1ab859e310f60c0462428d3c991b5218c98d2 (patch)
tree3039d98768c2c8efc32629e2305c756c93c05c2f /src/keycode.h
parentcd2c8ade2d86f709d9a82b7ad86284cc3e9ce8c3 (diff)
downloadminetest-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.h2
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)
{