summaryrefslogtreecommitdiff
path: root/src/init2.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/init2.c')
-rw-r--r--src/init2.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/init2.c b/src/init2.c
index 12f3a3d2..8b2e6d89 100644
--- a/src/init2.c
+++ b/src/init2.c
@@ -81,7 +81,6 @@ void init_file_paths(char *path)
/* Free the sub-paths */
string_free(ANGBAND_DIR_APEX);
- string_free(ANGBAND_DIR_BONE);
string_free(ANGBAND_DIR_CORE);
string_free(ANGBAND_DIR_DNGN);
string_free(ANGBAND_DIR_DATA);
@@ -137,10 +136,6 @@ void init_file_paths(char *path)
ANGBAND_DIR_APEX = string_make(path);
/* Build a path name */
- strcpy(tail, "bone");
- ANGBAND_DIR_BONE = string_make(path);
-
- /* Build a path name */
strcpy(tail, "core");
ANGBAND_DIR_CORE = string_make(path);