summaryrefslogtreecommitdiff
blob: 510590b82c095a5e256e422343cbad098e6910f5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
--- a/gnushogi/cursesdsp.c
+++ b/gnushogi/cursesdsp.c
@@ -71,7 +71,6 @@
 
 unsigned short MV[MAXDEPTH];
 int MSCORE;
-char *DRAW;
 
 /* Forward declarations. */
 /* FIXME: change this name, puh-leeze! */
--- a/gnushogi/rawdsp.c
+++ b/gnushogi/rawdsp.c
@@ -48,7 +48,6 @@
 int MSCORE;
 
 int mycnt1, mycnt2;
-char *DRAW;
 extern char *InPtr;
 extern short pscore[];