summaryrefslogtreecommitdiff
path: root/src/variable.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
commite20d50a1b347d52d9b6e2c2570fe97f196c2c069 (patch)
tree622bd9b383cc39efe7a646e1a980a6c1c604c8d9 /src/variable.cc
parent58e8024f17446bf3b1a36985d746f6de330874c0 (diff)
Remove al_head, al_name
Diffstat (limited to 'src/variable.cc')
-rw-r--r--src/variable.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/variable.cc b/src/variable.cc
index d7352054..3689bc5c 100644
--- a/src/variable.cc
+++ b/src/variable.cc
@@ -589,9 +589,7 @@ s16b player_hp[PY_MAX_LEVEL];
/*
* The alchemy recipe arrays
*/
-header *al_head;
alchemist_recipe *alchemist_recipes;
-char *al_name;
artifact_select_flag *a_select_flags;
/*