X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=pixmaps%2Ftest.c;fp=pixmaps%2Ftest.c;h=0000000000000000000000000000000000000000;hb=31ca9325081d84c819031a2358877f1087dd0bf1;hp=242315b082faaede567a8c66352093023e817fab;hpb=c92e2f2ffaa06d31679e82d82f86b8e07fc4b770;p=xboard.git diff --git a/pixmaps/test.c b/pixmaps/test.c deleted file mode 100644 index 242315b..0000000 --- a/pixmaps/test.c +++ /dev/null @@ -1,13 +0,0 @@ -#define NULL 0 -#define BlackPawn 22 -#include "pixmaps.h" - -/* - * This is a program that you can compile to test if the include tree - * of bitmaps is complete, and if all the bitmaps are without syntax errors - */ - -main() -{ - printf("Hi\n"); -}