summaryrefslogtreecommitdiff
path: root/src/xtra1.c
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2012-06-27 20:42:04 +0200
committerBardur Arantsson <bardur@scientician.net>2012-06-27 20:42:04 +0200
commitbcbdb77ad85255f788b2fb37a13d100428f883b1 (patch)
treefd7c3eaf0143c2736e4287ac006693912e01a9c5 /src/xtra1.c
parent5cf2eebbe631c01f541a1d5ad9221b6942fe5715 (diff)
Remove DRS_SHOW_* preprocessor defines
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
-
}