summaryrefslogtreecommitdiff
path: root/src/cmd3.c
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2010-07-31 08:58:42 +0200
committerBardur Arantsson <bardur@scientician.net>2010-07-31 12:37:21 +0200
commitba042a437d32a329b56058dbb4a91e36b898bd4a (patch)
tree4fbe397737fd8d823bcfc51927dc8e148d32890e /src/cmd3.c
parent3583ae42502f763b1d21933019d5323684a1135a (diff)
Remove obsolete and pointless options.
Affected options: - flow_by_smell (didn't do anything) - use_color - compress_savefile - flavored_attacks (was disabled via #if 0) - permanent_levels (was marked EXPERIMENTAL and didn't really work properly)
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);