summaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2012-03-29 19:45:15 +0200
committerBardur Arantsson <bardur@scientician.net>2012-03-29 19:53:57 +0200
commit114d3a641540c890455aefd7d32e67ffa8060301 (patch)
tree604898c6c7b62b650e27eb779e1ab601889913cb /src/main.c
parent5253402722be8dcd2aaac95708ff3a28be345bcd (diff)
Remove ISO front-end code.
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c17
1 files changed, 0 insertions, 17 deletions
diff --git a/src/main.c b/src/main.c
index 8908ef62..8e26f11b 100644
--- a/src/main.c
+++ b/src/main.c
@@ -573,10 +573,6 @@ usage:
puts(" -msla To use SLang");
#endif /* USE_SLA */
-#ifdef USE_ISO
- puts(" -miso To use ISO");
-#endif /* USE_ISO */
-
#ifdef USE_SDL
puts(" -msdl To use SDL");
puts(" -- Sub options");
@@ -759,19 +755,6 @@ usage:
}
#endif
-#ifdef USE_ISO
- /* Attempt to use the "main-iso.c" support */
- if (!done && (!mstr || (streq(mstr, "iso"))))
- {
- extern errr init_iso(int, char**);
- if (0 == init_iso(argc, argv))
- {
- ANGBAND_SYS = "iso";
- done = TRUE;
- }
- }
-#endif
-
#ifdef USE_LUA_GUI
/* Attempt to use the "main-lua.c" support */
if (!done && (!mstr || (streq(mstr, "lua"))))