summaryrefslogtreecommitdiff
path: root/src/variable.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/variable.c')
-rw-r--r--src/variable.c14
1 files changed, 0 insertions, 14 deletions
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"
@@ -1347,11 +1338,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 ?
*/
bool_ player_char_health;