diff options
author | Bardur Arantsson <bardur@scientician.net> | 2015-12-11 08:09:30 +0100 |
---|---|---|
committer | Bardur Arantsson <bardur@scientician.net> | 2015-12-11 08:09:30 +0100 |
commit | 77d9f8c3e6fed8fd10a07102ee715e5eacbb9dba (patch) | |
tree | 00a099838b8af24487c6f150e6163b43e12c062a /src/variable.cc | |
parent | 0753dae11eee10dc063e3d494a2d9520e3532512 (diff) |
Remove ANGBAND_KEYBOARD
Diffstat (limited to 'src/variable.cc')
-rw-r--r-- | src/variable.cc | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/variable.cc b/src/variable.cc index 65775bef..71dbae75 100644 --- a/src/variable.cc +++ b/src/variable.cc @@ -600,16 +600,6 @@ cptr DEFAULT_FEAT_BLOCK = DEFAULT_FEAT_TEXT; cptr ANGBAND_SYS = "xxx"; /* - * Hack -- The special Angband "Keyboard Suffix" - * This variable is used to choose an appropriate macro-trigger definition - */ -#ifdef JP -cptr ANGBAND_KEYBOARD = "JAPAN"; -#else -cptr ANGBAND_KEYBOARD = "0"; -#endif - -/* * Hack -- The special Angband "Graphics Suffix" * This variable is used to choose an appropriate "graf-xxx" file */ |