summaryrefslogtreecommitdiff
path: root/src/init2.c
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2010-01-13 19:12:28 +0100
committerBardur Arantsson <bardur@scientician.net>2010-01-17 10:02:09 +0100
commitbc3e558042bccab622ef4df8ec3d0a703b4f8e2e (patch)
treeb0b7c8a5dbc057c59a18ccc598869014416d3829 /src/init2.c
parent7520b90e296f265961093506feaac68ae309f6e6 (diff)
Remove unused player ghost/bones code.
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);