summaryrefslogtreecommitdiff
path: root/src/variable.cc
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2013-12-23 21:20:58 +0100
committerBardur Arantsson <bardur@scientician.net>2014-11-20 01:47:23 +0100
commit923c5b06fae16534385d5ac453253bbe44ed7d1d (patch)
tree2272aad977049946f9c7681f0edca2f1cf896644 /src/variable.cc
parent26024b29723d0e0c3e1922003d81b9dfef5463ba (diff)
Remove inkey_scan and inkey_xtra globals
Diffstat (limited to 'src/variable.cc')
-rw-r--r--src/variable.cc3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/variable.cc b/src/variable.cc
index 289b9c9b..16eda4dc 100644
--- a/src/variable.cc
+++ b/src/variable.cc
@@ -112,9 +112,6 @@ u16b has_won; /* Semi-Hack -- Game has been won */
u16b noscore; /* Track various "cheating" conditions */
bool_ inkey_base; /* See the "inkey()" function */
-bool_ inkey_xtra; /* See the "inkey()" function */
-bool_ inkey_scan; /* See the "inkey()" function */
-bool_ inkey_flag; /* See the "inkey()" function */
s16b coin_type; /* Hack -- force coin type */