From f0fd8edb1fc36fd3dbe3b7df61da91b3daf9d4c6 Mon Sep 17 00:00:00 2001 From: Bardur Arantsson Date: Tue, 16 Jul 2013 01:06:55 +0200 Subject: Remove auto_notes and take_notes options We always set them to TRUE now. --- src/tables.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/tables.c') diff --git a/src/tables.c b/src/tables.c index 2e01284a..2087c64e 100644 --- a/src/tables.c +++ b/src/tables.c @@ -1598,12 +1598,6 @@ option_type option_info[] = { &ironman_rooms, FALSE, 6, 6, "ironman_rooms", "Always generate very unusual rooms" }, - { &take_notes, TRUE, 6, 7, - "take_notes", "Allow notes to be written to a file" }, - - { &auto_notes, TRUE, 6, 8, - "auto_notes", "Automatically note important events" }, - { &joke_monsters, FALSE, 6, 14, "joke_monsters", "Allow use of some 'joke' monsters" }, -- cgit v1.2.3