cleaned up an old #ifdef in zippy
authorArun Persaud <arun@nubati.net>
Wed, 14 Oct 2009 03:25:13 +0000 (20:25 -0700)
committerArun Persaud <arun@nubati.net>
Wed, 14 Oct 2009 03:25:13 +0000 (20:25 -0700)
zippy.c

diff --git a/zippy.c b/zippy.c
index 2900a24..2698ac5 100644 (file)
--- a/zippy.c
+++ b/zippy.c
@@ -412,10 +412,6 @@ int ZippyControl(buf, i)
     char *player, *p;
     char reply[MSG_SIZ];
 
-#if TRIVIA
-#include "trivia.c"
-#endif
-
     /* Possibly reject Crafty as opponent */
     if (appData.zippyPlay && appData.zippyNoplayCrafty && forwardMostMove < 4
        && looking_at(buf, i, "* kibitzes: Hello from Crafty"))