summaryrefslogtreecommitdiff
path: root/src/variable.c
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2012-06-26 17:22:37 +0200
committerBardur Arantsson <bardur@scientician.net>2012-06-26 17:22:37 +0200
commit67485c9c36e244861c6226a3854781d1dd16f3ca (patch)
tree0af1c75e09fcfbce364202c41f1938f79afa92b3 /src/variable.c
parent6c3d9cd354cc69bbbc719e0be91169946e3212a0 (diff)
Remove ANGBAND_DIR_APEX since it's not used any more
Diffstat (limited to 'src/variable.c')
-rw-r--r--src/variable.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/variable.c b/src/variable.c
index af89fdcf..c7874c50 100644
--- a/src/variable.c
+++ b/src/variable.c
@@ -943,12 +943,6 @@ cptr ANGBAND_GRAF = "old";
cptr ANGBAND_DIR;
/*
- * High score files (binary)
- * These files may be portable between platforms
- */
-cptr ANGBAND_DIR_APEX;
-
-/*
* Core lua system
* These files are portable between platforms
*/