]> granicus.if.org Git - nethack/commitdiff
Remove extraneous curses gfx define
authorPasi Kallinen <paxed@alt.org>
Mon, 6 Jun 2016 18:16:01 +0000 (21:16 +0300)
committerPasi Kallinen <paxed@alt.org>
Mon, 6 Jun 2016 18:16:01 +0000 (21:16 +0300)
src/cmd.c

index b4d065a6440ec6fce53a207d59ebc3106b94579f..d883b34a2cd8b31ff912606be45e9b5f62bb675f 100644 (file)
--- a/src/cmd.c
+++ b/src/cmd.c
@@ -357,7 +357,7 @@ doextlist(VOID_ARGS)
     return 0;
 }
 
-#if defined(TTY_GRAPHICS) || defined(CURSES_GRAPHICS)
+#ifdef TTY_GRAPHICS
 #define MAX_EXT_CMD 50 /* Change if we ever have > 50 ext cmds */
 
 /*