summaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2014-12-13 13:54:38 +0100
committerBardur Arantsson <bardur@scientician.net>2014-12-13 13:54:38 +0100
commitdc505ea036e9f2cd9ec655d142d60ea97aebbf0a (patch)
treeea6fa193f2b6e130a7af3563602d4151dd6a1427 /src/main.c
parentd9dc4907574b52afc7b5181e9813fd36da2ca201 (diff)
Remove xaw frontend and inline maid-x11.c
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c20
1 files changed, 0 insertions, 20 deletions
diff --git a/src/main.c b/src/main.c
index fae511d7..7dcc0471 100644
--- a/src/main.c
+++ b/src/main.c
@@ -285,13 +285,6 @@ usage:
puts(" -- -b Turn off software backing store");
#endif /* USE_GTK2 */
-#ifdef USE_XAW
- puts(" -mxaw To use XAW");
- puts(" -- Sub options");
- puts(" -- -n# Number of terms to use");
- puts(" -- -d<name> Display to use");
-#endif /* USE_XAW */
-
#ifdef USE_X11
puts(" -mx11 To use X11");
puts(" -- Sub options");
@@ -352,19 +345,6 @@ usage:
}
#endif
-#ifdef USE_XAW
- /* Attempt to use the "main-xaw.c" support */
- if (!done && (!mstr || (streq(mstr, "xaw"))))
- {
- extern errr init_xaw(int, char**);
- if (0 == init_xaw(argc, argv))
- {
- ANGBAND_SYS = "xaw";
- done = TRUE;
- }
- }
-#endif
-
#ifdef USE_X11
/* Attempt to use the "main-x11.c" support */
if (!done && (!mstr || (streq(mstr, "x11"))))