summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2015-02-23 09:11:57 +0100
committerBardur Arantsson <bardur@scientician.net>2015-02-23 09:11:57 +0100
commitde64b319f76c7cd4b7b2ef1e8cd4a58fc269c99f (patch)
tree9a335011238e10e302f615594786b541e87d4585 /src
parent987fe8afd5245232ef347ad2e1559bf36fd12d44 (diff)
Remove dead declarations
Diffstat (limited to 'src')
-rw-r--r--src/types.h2
-rw-r--r--src/variable.cc1
2 files changed, 0 insertions, 3 deletions
diff --git a/src/types.h b/src/types.h
index 6154d51d..a9dc4de0 100644
--- a/src/types.h
+++ b/src/types.h
@@ -892,8 +892,6 @@ struct alloc_entry
byte prob1; /* Probability, pass 1 */
byte prob2; /* Probability, pass 2 */
byte prob3; /* Probability, pass 3 */
-
- u16b total; /* Unused for now */
};
diff --git a/src/variable.cc b/src/variable.cc
index ca4603c8..b21e41b4 100644
--- a/src/variable.cc
+++ b/src/variable.cc
@@ -670,7 +670,6 @@ char *t_text;
/*
* The monster race arrays
*/
-header *r_head;
monster_race *r_info;
/*