From: Arun Persaud Date: Wed, 14 Oct 2009 03:25:13 +0000 (-0700) Subject: cleaned up an old #ifdef in zippy X-Git-Tag: v4.4.1.20091019~22 X-Git-Url: http://winboard.nl/cgi-bin?p=xboard.git;a=commitdiff_plain;h=76d2f540a0bc0a54bbb2aba5e29d5412e7f2191c cleaned up an old #ifdef in zippy --- diff --git a/zippy.c b/zippy.c index 2900a24..2698ac5 100644 --- 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"))