summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/birth.c16
-rw-r--r--src/config.h3
2 files changed, 0 insertions, 19 deletions
diff --git a/src/birth.c b/src/birth.c
index d8c4ef3f..09c6f08d 100644
--- a/src/birth.c
+++ b/src/birth.c
@@ -465,12 +465,6 @@ static void get_extra(void)
{
int i, j, min_value, max_value;
-#ifdef SHOW_LIFE_RATE
-
- int percent;
-
-#endif
-
/* Level one */
p_ptr->max_plv = p_ptr->lev = 1;
@@ -523,16 +517,6 @@ static void get_extra(void)
p_ptr->tactic = 4;
p_ptr->movement = 4;
-
-#ifdef SHOW_LIFE_RATE
-
- percent = (int)(((long)player_hp[PY_MAX_LEVEL - 1] * 200L) /
- (p_ptr->hitdie + ((PY_MAX_LEVEL - 1) * p_ptr->hitdie)));
-
- msg_format("Current Life Rating is %d/100.", percent);
- msg_print(NULL);
-
-#endif /* SHOW_LIFE_RATE */
}
diff --git a/src/config.h b/src/config.h
index 86e4f17f..f0be62da 100644
--- a/src/config.h
+++ b/src/config.h
@@ -242,9 +242,6 @@
/* ToME options: */
-/* Should the player know his / her starting life rate? */
-/* #define SHOW_LIFE_RATE */
-
/* Allow hordes of 'similar' monsters */
#define MONSTER_HORDES