summaryrefslogtreecommitdiff
path: root/src/variable.cc
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2015-12-11 08:09:30 +0100
committerBardur Arantsson <bardur@scientician.net>2015-12-11 08:09:30 +0100
commit158518061b09bb478140ede11c21bd1536814e0e (patch)
treeaab670b8a11e4c8932e9d18335b8ee99baf8cee6 /src/variable.cc
parent9cc1c80f0fa578c07dd1e48f26e53cd892bec9a2 (diff)
Remove ANGBAND_GRAF
Diffstat (limited to 'src/variable.cc')
-rw-r--r--src/variable.cc6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/variable.cc b/src/variable.cc
index 71dbae75..f0d18111 100644
--- a/src/variable.cc
+++ b/src/variable.cc
@@ -600,12 +600,6 @@ cptr DEFAULT_FEAT_BLOCK = DEFAULT_FEAT_TEXT;
cptr ANGBAND_SYS = "xxx";
/*
- * Hack -- The special Angband "Graphics Suffix"
- * This variable is used to choose an appropriate "graf-xxx" file
- */
-cptr ANGBAND_GRAF = "old";
-
-/*
* Path name: The main "lib" directory
* This variable is not actually used anywhere in the code
*/