summaryrefslogtreecommitdiff
path: root/src/keycode.cpp
diff options
context:
space:
mode:
authorWuzzy <almikes@aol.com>2016-12-18 23:34:52 +0100
committerparamat <mat.gregory@virginmedia.com>2017-07-30 18:24:45 +0100
commit640ba7727629392211ed3c2bd116e938883a6f90 (patch)
treecc50d7cbce56771fa5f2a88bc48616d8014b0232 /src/keycode.cpp
parentd504831ee2adf59421e82202e350f82701bd3cd0 (diff)
downloadminetest-640ba7727629392211ed3c2bd116e938883a6f90.tar.gz
minetest-640ba7727629392211ed3c2bd116e938883a6f90.tar.bz2
minetest-640ba7727629392211ed3c2bd116e938883a6f90.zip
Make direct item selection keys freely bindable
Diffstat (limited to 'src/keycode.cpp')
-rw-r--r--src/keycode.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/keycode.cpp b/src/keycode.cpp
index 344ac7c83..3551c385a 100644
--- a/src/keycode.cpp
+++ b/src/keycode.cpp
@@ -351,10 +351,6 @@ const char *KeyPress::name() const
const KeyPress EscapeKey("KEY_ESCAPE");
const KeyPress CancelKey("KEY_CANCEL");
-const KeyPress NumberKey[] = {
- KeyPress("0"), KeyPress("1"), KeyPress("2"), KeyPress("3"), KeyPress("4"),
- KeyPress("5"), KeyPress("6"), KeyPress("7"), KeyPress("8"), KeyPress("9")
-};
/*
Key config