X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=draw.h;h=cbf77f4721fda3721e0d987ffb6f5a299706e9e3;hb=7e0222e64da6706bf0dc2468f459b98e4346206b;hp=3ba9efe0e768550f260d345226667e1cdda1bcc1;hpb=fd96ae416d3a636f178a64f289c645942fa2d391;p=xboard.git diff --git a/draw.h b/draw.h index 3ba9efe..cbf77f4 100644 --- a/draw.h +++ b/draw.h @@ -52,7 +52,6 @@ #define DRAWABLE(X) ((cairo_surface_t *) ((X)->choice)) // defined in xboard.c -int MakeColors P((void)); void ResizeBoardWindow P((int w, int h, int inhibit)); void CreateGrid P((void)); void CreateGCs P((int redo)); @@ -69,7 +68,6 @@ extern Pixel lightSquareColor, darkSquareColor, whitePieceColor, blackPieceColor // defined in draw.c void CreateGCs P((int redo)); -void NewSurfaces P((void)); void CreateAnyPieces P((void)); void CreatePNGPieces P((void)); void CreateGrid P((void));