From 76d2f540a0bc0a54bbb2aba5e29d5412e7f2191c Mon Sep 17 00:00:00 2001 From: Arun Persaud Date: Tue, 13 Oct 2009 20:25:13 -0700 Subject: [PATCH] cleaned up an old #ifdef in zippy --- zippy.c | 4 ---- 1 files changed, 0 insertions(+), 4 deletions(-) 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")) -- 1.7.0.4