summaryrefslogtreecommitdiff
path: root/src/init2.cc
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2015-02-23 09:11:58 +0100
committerBardur Arantsson <bardur@scientician.net>2015-02-23 09:11:58 +0100
commitdaede88ba01cc86d982ff2f2f40fdf517cb90ab0 (patch)
tree4e533726584983c8b7a652a698783aa7f5dad734 /src/init2.cc
parentc54c7ab7a45e1729bcd3a238cd296850ba91c55f (diff)
Remove ba_head, ba_name
Diffstat (limited to 'src/init2.cc')
-rw-r--r--src/init2.cc13
1 files changed, 1 insertions, 12 deletions
diff --git a/src/init2.cc b/src/init2.cc
index fd529c07..6dd866d5 100644
--- a/src/init2.cc
+++ b/src/init2.cc
@@ -1141,19 +1141,8 @@ static errr init_ba_info(void)
/* General buffer */
char buf[1024];
-
- /*** Make the header ***/
- ba_head = make_header(max_ba_idx);
-
-
- /*** Make the fake arrays ***/
-
/* Allocate the "ba_info" array */
- ba_info = make_array<store_action_type>(ba_head->info_num);
-
- /* Hack -- make "fake" arrays */
- ba_name = make_array<char>(FAKE_NAME_SIZE);
-
+ ba_info = make_array<store_action_type>(max_ba_idx);
/*** Load the ascii template file ***/