summaryrefslogtreecommitdiff
path: root/src/cmd3.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd3.c')
-rw-r--r--src/cmd3.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/cmd3.c b/src/cmd3.c
index 7692a15d..120d72f4 100644
--- a/src/cmd3.c
+++ b/src/cmd3.c
@@ -1545,10 +1545,6 @@ static void roff_top(int r_idx)
a1 = r_ptr->d_attr;
a2 = r_ptr->x_attr;
- /* Hack -- fake monochrome */
- if (!use_color) a1 = TERM_WHITE;
- if (!use_color) a2 = TERM_WHITE;
-
/* Clear the top line */
Term_erase(0, 0, 255);