summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;
/*