summaryrefslogtreecommitdiff
path: root/src/init2.cc
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2016-09-17 09:58:14 +0200
committerBardur Arantsson <bardur@scientician.net>2016-09-17 09:58:14 +0200
commit288c3d3f725eabfee06507966a0ba63bf587c3da (patch)
tree80f6bc2c78266722cc9692ea2435217e92ecd8fa /src/init2.cc
parent8bbf783ead4517465445272f9144cf06bdac9be7 (diff)
Remove quark.{cc,hpp}
Diffstat (limited to 'src/init2.cc')
-rw-r--r--src/init2.cc22
1 files changed, 0 insertions, 22 deletions
diff --git a/src/init2.cc b/src/init2.cc
index ad96df86..8fc4bb07 100644
--- a/src/init2.cc
+++ b/src/init2.cc
@@ -33,7 +33,6 @@
#include "player_race.hpp"
#include "player_race_mod.hpp"
#include "q_library.hpp"
-#include "quark.hpp"
#include "randart.hpp"
#include "randart_part_type.hpp"
#include "set_type.hpp"
@@ -649,9 +648,6 @@ static errr init_misc(void)
/*** Prepare the various "bizarre" arrays ***/
- /* Initialize quark subsystem */
- quark_init();
-
/* Initialize messages subsystem */
message_init();
@@ -792,24 +788,6 @@ static errr init_other(void)
cave[i] = new cave_type[MAX_WID];
}
- /*** Pre-allocate the basic "auto-inscriptions" ***/
-
- /* The "basic" feelings */
- (void)quark_add("cursed");
- (void)quark_add("broken");
- (void)quark_add("average");
- (void)quark_add("good");
-
- /* The "extra" feelings */
- (void)quark_add("excellent");
- (void)quark_add("worthless");
- (void)quark_add("special");
- (void)quark_add("terrible");
-
- /* Some extra strings */
- (void)quark_add("uncursed");
- (void)quark_add("on sale");
-
/* Analyze the windows */
for (n = 0; n < 8; n++)
{