summaryrefslogtreecommitdiff
path: root/src/main.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/main.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/main.c')
-rw-r--r--src/main.c14
1 files changed, 0 insertions, 14 deletions
diff --git a/src/main.c b/src/main.c
index 5368f508..9ed041be 100644
--- a/src/main.c
+++ b/src/main.c
@@ -217,18 +217,6 @@ static void change_path(cptr info)
break;
}
-#ifdef VERIFY_SAVEFILE
-
- case 'b':
- case 'd':
- case 'e':
- case 's':
- {
- quit_fmt("Restricted option '-d%s'", info);
- }
-
-#else /* VERIFY_SAVEFILE */
-
case 'd':
{
string_free(ANGBAND_DIR_DATA);
@@ -250,8 +238,6 @@ static void change_path(cptr info)
break;
}
-#endif /* VERIFY_SAVEFILE */
-
default:
{
quit_fmt("Bad semantics in '-d%s'", info);