From c8a1e6c1bb7bf1da89ccbe985173ec13b123b64a Mon Sep 17 00:00:00 2001 From: Bardur Arantsson Date: Wed, 27 Mar 2013 08:48:28 +0100 Subject: Remove duplicate defintions --- src/variable.c | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'src/variable.c') diff --git a/src/variable.c b/src/variable.c index a921432c..4a07180d 100644 --- a/src/variable.c +++ b/src/variable.c @@ -859,15 +859,6 @@ char *ba_name; header *ow_head; owner_type *ow_info; char *ow_name; -/* char *ow_text; */ - -/* - * The dungeon types arrays - */ -header *d_head; -dungeon_info_type *d_info; -char *d_name; -char *d_text; /* * Hack -- The special Angband "System Suffix" @@ -1346,11 +1337,6 @@ int max_bg_idx; */ s32b extra_savefile_parts = 0; -/* - * Quests - */ -quest_type quest[MAX_Q_IDX]; - /* * Display the player as a special symbol when in bad health ? */ -- cgit v1.2.3