summaryrefslogtreecommitdiff
path: root/src/melee1.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/melee1.c')
-rw-r--r--src/melee1.c14
1 files changed, 0 insertions, 14 deletions
diff --git a/src/melee1.c b/src/melee1.c
index 9e34c110..5a309fc2 100644
--- a/src/melee1.c
+++ b/src/melee1.c
@@ -177,13 +177,6 @@ bool carried_make_attack_normal(int r_idx)
/* Extract visibility (before blink) */
visible = TRUE;
-#if 0
-
- /* Extract visibility from carrying lite */
- if (r_ptr->flags9 & RF9_HAS_LITE) visible = TRUE;
-
-#endif /* 0 */
-
/* Extract the attack "power" */
switch (effect)
{
@@ -1447,13 +1440,6 @@ bool make_attack_normal(int m_idx, byte divis)
/* Extract visibility (before blink) */
if (m_ptr->ml) visible = TRUE;
-#if 0
-
- /* Extract visibility from carrying lite */
- if (r_ptr->flags9 & RF9_HAS_LITE) visible = TRUE;
-
-#endif
-
/* Extract the attack "power" */
switch (effect)
{