From c3e1ab859e310f60c0462428d3c991b5218c98d2 Mon Sep 17 00:00:00 2001 From: sfan5 Date: Wed, 21 Sep 2016 23:40:19 +0200 Subject: Rewrite keycode.cpp (Keycode handling & names) --- src/keycode.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/keycode.h') 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) { -- cgit v1.2.3