summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2012-06-27 20:35:13 +0200
committerBardur Arantsson <bardur@scientician.net>2012-06-27 20:35:13 +0200
commit803e532c456db05e3b26ee0fc2a119b63f2df4f6 (patch)
tree9bad16815be1d00cd7da60f2cdf9c09273929095
parent695b969c31ece1ee87fff6b88cbe1f54fc40ac49 (diff)
Remove USE_GTK conditional code
-rw-r--r--src/main.c13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/main.c b/src/main.c
index 8a56cd17..65ec6c3b 100644
--- a/src/main.c
+++ b/src/main.c
@@ -536,19 +536,6 @@ usage:
}
#endif
-#ifdef USE_GTK
- /* Attempt to use the "main-gtk.c" support */
- if (!done && (!mstr || (streq(mstr, "gtk"))))
- {
- extern errr init_gtk(int, char**);
- if (0 == init_gtk(argc, argv))
- {
- ANGBAND_SYS = "gtk";
- done = TRUE;
- }
- }
-#endif
-
#ifdef USE_XAW
/* Attempt to use the "main-xaw.c" support */
if (!done && (!mstr || (streq(mstr, "xaw"))))