From dc505ea036e9f2cd9ec655d142d60ea97aebbf0a Mon Sep 17 00:00:00 2001 From: Bardur Arantsson Date: Sat, 13 Dec 2014 13:54:38 +0100 Subject: Remove xaw frontend and inline maid-x11.c --- src/main.c | 20 -------------------- 1 file changed, 20 deletions(-) (limited to 'src/main.c') 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 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")))) -- cgit v1.2.3