summaryrefslogtreecommitdiff
path: root/src/wizard2.cc
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2016-06-20 22:49:05 +0200
committerBardur Arantsson <bardur@scientician.net>2016-06-20 22:49:05 +0200
commit201bae59fda1a477c4e55fd1d85f2c09937ab948 (patch)
tree3041f7c340e9bddebbb28310bb6d0f2accef5dcb /src/wizard2.cc
parent60a24b0f1b05917677760634f8e4db687119c235 (diff)
Remove wizard1.cc
It seems an awful lot of cruddy almost-duplicate code with functionality that's a) almost never used, and b) has absolutely *no* game impact whatsoever. So: Away it goes.
Diffstat (limited to 'src/wizard2.cc')
-rw-r--r--src/wizard2.cc6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/wizard2.cc b/src/wizard2.cc
index de1530d8..eb3b375c 100644
--- a/src/wizard2.cc
+++ b/src/wizard2.cc
@@ -35,7 +35,6 @@
#include "variable.hpp"
#include "wilderness_map.hpp"
#include "wilderness_type_info.hpp"
-#include "wizard1.hpp"
#include "xtra1.hpp"
#include "xtra2.hpp"
#include "z-rand.hpp"
@@ -1565,11 +1564,6 @@ void do_cmd_debug()
break;
- /* Hack -- Generate Spoilers */
- case '"':
- do_cmd_spoilers();
- break;
-
/* Hack -- Help */
case '?':
do_cmd_help();