summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/acr.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/acr.cc')
-rw-r--r--crawl-ref/source/acr.cc7
1 files changed, 1 insertions, 6 deletions
diff --git a/crawl-ref/source/acr.cc b/crawl-ref/source/acr.cc
index a1a5645d5a..7ead9ffbde 100644
--- a/crawl-ref/source/acr.cc
+++ b/crawl-ref/source/acr.cc
@@ -1029,11 +1029,7 @@ void process_command( command_type cmd ) {
case CMD_TOGGLE_AUTOPRAYER:
toggle_flag( &Options.autoprayer_on, "Autoprayer" );
break;
-
- case CMD_TOGGLE_NOFIZZLE:
- toggle_flag( &Options.fizzlecheck_on, "Fizzle confirmation" );
- break;
-
+
case CMD_MAKE_NOTE:
make_user_note();
break;
@@ -2405,7 +2401,6 @@ command_type keycode_to_command( keycode_type key ) {
case CONTROL('Q'): return CMD_NO_CMD;
case CONTROL('R'): return CMD_REDRAW_SCREEN;
case CONTROL('S'): return CMD_MARK_STASH;
- case CONTROL('T'): return CMD_TOGGLE_NOFIZZLE;
case CONTROL('V'): return CMD_TOGGLE_AUTOPRAYER;
case CONTROL('W'): return CMD_FIX_WAYPOINT;
case CONTROL('X'): return CMD_SAVE_GAME_NOW;