summaryrefslogtreecommitdiff
path: root/src/xtra1.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/xtra1.c')
-rw-r--r--src/xtra1.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/xtra1.c b/src/xtra1.c
index d4df67af..6e9b15fd 100644
--- a/src/xtra1.c
+++ b/src/xtra1.c
@@ -933,9 +933,6 @@ static void prt_stun(void)
*/
static void health_redraw(void)
{
-
-#ifdef DRS_SHOW_HEALTH_BAR
-
/* Not tracking */
if (!health_who)
{
@@ -1010,9 +1007,6 @@ static void health_redraw(void)
/* Dump the current "health" (use '*' symbols) */
Term_putstr(COL_INFO + 1, ROW_INFO, len, attr, "**********");
}
-
-#endif
-
}