projects
/
xboard.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
4616055
)
cleaned up an old #ifdef in zippy
author
Arun Persaud
<arun@nubati.net>
Wed, 14 Oct 2009 03:25:13 +0000 (20:25 -0700)
committer
Arun Persaud
<arun@nubati.net>
Wed, 14 Oct 2009 03:25:13 +0000 (20:25 -0700)
zippy.c
patch
|
blob
|
history
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"))