summaryrefslogtreecommitdiff
path: root/src/variable.cc
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2014-06-26 20:37:17 +0200
committerBardur Arantsson <bardur@scientician.net>2014-06-27 07:41:43 +0200
commit143808187704f8feec1b71f4e1c9a4b7efb1d9d6 (patch)
tree2d09fb2dd3ccb7a96aeb2c8dcf016cd0ef2f8b78 /src/variable.cc
parentd5d256b84fb6112960a37b3944c85b6b2bcf1125 (diff)
Remove unused ANGBAND_DIR_{SCPT,PATCH}
Diffstat (limited to 'src/variable.cc')
-rw-r--r--src/variable.cc12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/variable.cc b/src/variable.cc
index e6feeaf6..579d3fd9 100644
--- a/src/variable.cc
+++ b/src/variable.cc
@@ -928,12 +928,6 @@ cptr ANGBAND_DIR_INFO;
cptr ANGBAND_DIR_MODULES;
/*
- * Patches, contains one subdir per patch with a patch.lua file
- * in it and a patch_init() function in it
- */
-cptr ANGBAND_DIR_PATCH;
-
-/*
* Textual template files for the plot files (ascii)
* These files are portable between platforms
*/
@@ -946,12 +940,6 @@ cptr ANGBAND_DIR_NOTE;
cptr ANGBAND_DIR_SAVE;
/*
- * Scripts.
- * These files are portable between platforms
- */
-cptr ANGBAND_DIR_SCPT;
-
-/*
* Default "preference" files (ascii)
* These files are rarely portable between platforms
*/