X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=gnushogi%2Fmakepattern.c;fp=gnushogi%2Fmakepattern.c;h=947c4bce32d50a403afd188a74fdb84ce28649cc;hb=4e26e1a87fa7f068d144edfe0e2f67b89cc966ab;hp=c9d97adf8fc4ec8d13479fe43b0672a368fb127e;hpb=8f8fd31fec3aa8ed18e98a86d938b917162c619b;p=gnushogi.git diff --git a/gnushogi/makepattern.c b/gnushogi/makepattern.c index c9d97ad..947c4bc 100644 --- a/gnushogi/makepattern.c +++ b/gnushogi/makepattern.c @@ -200,9 +200,6 @@ ReadOpeningSequences (short *pindex) fd = fopen (patternfile, "r"); - if (fd == NULL) - fd = fopen ("gnushogi.pat", "r"); - if (fd == NULL) { sprintf(s, "no pattern file '%s'", patternfile); dsp->ShowMessage(s);