X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=xhistory.c;h=c00a9b8b46a4a6e3b49e46d0aa69d6fa3dcfa540;hb=9e82e6c5e9f309f3ca1c3b0f38cdce2cfdcfa31d;hp=76e323951d7c6459b8cc642719ee017d55fdb532;hpb=2cb4a110b66e8c1aef35ce2309596b0d81880561;p=xboard.git diff --git a/xhistory.c b/xhistory.c index 76e3239..c00a9b8 100644 --- a/xhistory.c +++ b/xhistory.c @@ -1,7 +1,7 @@ /* * xhistory.c -- Move list window, part of X front end for XBoard * - * Copyright 2000, 2009, 2010 Free Software Foundation, Inc. + * Copyright 2000, 2009, 2010, 2011 Free Software Foundation, Inc. * ------------------------------------------------------------------------ * * GNU XBoard is free software: you can redistribute it and/or modify @@ -79,12 +79,6 @@ extern char *getenv(); #define _LL_ 100 -extern Widget formWidget, shellWidget, boardWidget, menuBarWidget, historyShell; -extern Display *xDisplay; -extern int squareSize; -extern Pixmap xMarkPixmap; -extern char *layoutName; - struct History{ String *Nr,*white,*black; int aNr; /* space actually alocated */