summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/main.c26
1 files changed, 0 insertions, 26 deletions
diff --git a/src/main.c b/src/main.c
index 6e2ab52a..8a56cd17 100644
--- a/src/main.c
+++ b/src/main.c
@@ -523,19 +523,6 @@ usage:
quit_aux = quit_hook;
-#ifdef USE_GLU
- /* Attempt to use the "main-glu.c" support */
- if (!done && (!mstr || (streq(mstr, "glu"))))
- {
- extern errr init_glu(int, char**);
- if (0 == init_glu(argc, argv))
- {
- ANGBAND_SYS = "glu";
- done = TRUE;
- }
- }
-#endif
-
#ifdef USE_GTK2
/* Attempt to use the "main-gtk2.c" support */
if (!done && (!mstr || (streq(mstr, "gtk2"))))
@@ -601,19 +588,6 @@ usage:
}
#endif
-#ifdef USE_GLU
- /* Attempt to use the "main-glu.c" support */
- if (!done && (!mstr || (streq(mstr, "glu"))))
- {
- extern errr init_glu(int, char**);
- if (0 == init_glu(argc, argv))
- {
- ANGBAND_SYS = "glu";
- done = TRUE;
- }
- }
-#endif
-
#ifdef USE_SDL
/* Attempt to use the "main-sdl.c" support */
if (!done && (!mstr || (streq(mstr, "sdl"))))