summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/main.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/main.cc')
-rw-r--r--crawl-ref/source/main.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/crawl-ref/source/main.cc b/crawl-ref/source/main.cc
index 73a7efb002..3aa5be2325 100644
--- a/crawl-ref/source/main.cc
+++ b/crawl-ref/source/main.cc
@@ -530,7 +530,6 @@ static void _do_wizard_command(int wiz_command, bool silent_fail)
case 'i': wizard_identify_pack(); break;
case 'I': wizard_unidentify_pack(); break;
case 'z': wizard_cast_spec_spell(); break;
- case 'Z': wizard_cast_spec_spell_name(); break;
case '(': wizard_create_feature_number(); break;
case ')': wizard_create_feature_name(); break;
case ':': wizard_list_branches(); break;