From ba042a437d32a329b56058dbb4a91e36b898bd4a Mon Sep 17 00:00:00 2001 From: Bardur Arantsson Date: Sat, 31 Jul 2010 08:58:42 +0200 Subject: 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) --- src/modules.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/modules.c') diff --git a/src/modules.c b/src/modules.c index 1555eff3..ceb3e81d 100644 --- a/src/modules.c +++ b/src/modules.c @@ -174,9 +174,6 @@ bool select_module() { s32b k, sel, max; - /* Hack */ - use_color = TRUE; - /* Init some lua */ init_lua(); -- cgit v1.2.3