From bc3e558042bccab622ef4df8ec3d0a703b4f8e2e Mon Sep 17 00:00:00 2001 From: Bardur Arantsson Date: Wed, 13 Jan 2010 19:12:28 +0100 Subject: Remove unused player ghost/bones code. --- src/init2.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/init2.c') 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); @@ -136,10 +135,6 @@ void init_file_paths(char *path) strcpy(tail, "apex"); 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); -- cgit v1.2.3