summaryrefslogtreecommitdiff
path: root/src/dungeon.c
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2011-03-31 17:24:50 +0200
committerBardur Arantsson <bardur@scientician.net>2012-03-29 19:53:56 +0200
commitcc2b0014e4151dd019134cd5b12c9cb3190cd27e (patch)
tree1f28326c0c661b5e026d1eccd4cac78df56fdcbd /src/dungeon.c
parentdac2f1a94d2514137fb409b9a4a3268ac08506d7 (diff)
Files: Remove VERIFY_* load/save compile-time flags.
These flags were either not used or made things more complicated for no good reason.
Diffstat (limited to 'src/dungeon.c')
-rw-r--r--src/dungeon.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/dungeon.c b/src/dungeon.c
index 6a016e55..6867abbf 100644
--- a/src/dungeon.c
+++ b/src/dungeon.c
@@ -4166,8 +4166,6 @@ static void process_command(void)
break;
}
-#ifndef VERIFY_SAVEFILE
-
/* Hack -- Save and don't quit */
case KTRL('S'):
{
@@ -4176,8 +4174,6 @@ static void process_command(void)
break;
}
-#endif /* VERIFY_SAVEFILE */
-
case KTRL('T'):
{
do_cmd_time();