summaryrefslogtreecommitdiff
path: root/src/init2.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/init2.cc
parentd5d256b84fb6112960a37b3944c85b6b2bcf1125 (diff)
Remove unused ANGBAND_DIR_{SCPT,PATCH}
Diffstat (limited to 'src/init2.cc')
-rw-r--r--src/init2.cc10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/init2.cc b/src/init2.cc
index b809910e..4d458561 100644
--- a/src/init2.cc
+++ b/src/init2.cc
@@ -88,9 +88,7 @@ void init_file_paths(char *path)
string_free(ANGBAND_DIR_MODULES);
string_free(ANGBAND_DIR_NOTE);
string_free(ANGBAND_DIR_SAVE);
- string_free(ANGBAND_DIR_SCPT);
string_free(ANGBAND_DIR_PREF);
- string_free(ANGBAND_DIR_PATCH);
string_free(ANGBAND_DIR_USER);
string_free(ANGBAND_DIR_XTRA);
@@ -160,14 +158,6 @@ void init_file_paths(char *path)
ANGBAND_DIR_MODULES = string_make(path);
/* Build a path name */
- strcpy(tail, "patch");
- ANGBAND_DIR_PATCH = string_make(path);
-
- /* Build a path name */
- strcpy(tail, "scpt");
- ANGBAND_DIR_SCPT = string_make(path);
-
- /* Build a path name */
strcpy(tail, "pref");
ANGBAND_DIR_PREF = string_make(path);