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
commit5271c4676c2489766eb54db0fc53a7b471bed8ad (patch)
tree5b6c33ccec3458597e51c453da400ab50f642197 /src/wizard2.cc
parent2fcc9f1712b630055ae9ce5c3ecf017b8a93fbbb (diff)
Remove debug-only 'show all stats' code
Diffstat (limited to 'src/wizard2.cc')
-rw-r--r--src/wizard2.cc5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/wizard2.cc b/src/wizard2.cc
index 0614022c..de1530d8 100644
--- a/src/wizard2.cc
+++ b/src/wizard2.cc
@@ -24,7 +24,6 @@
#include "object_kind.hpp"
#include "player_type.hpp"
#include "randart.hpp"
-#include "status.hpp"
#include "spells1.hpp"
#include "spells2.hpp"
#include "stats.hpp"
@@ -1571,10 +1570,6 @@ void do_cmd_debug()
do_cmd_spoilers();
break;
- case 'A':
- status_main();
- break;
-
/* Hack -- Help */
case '?':
do_cmd_help();