latin_generate_quick is long gone, so remove it from the header file.

[originally from svn r8789]
This commit is contained in:
Simon Tatham
2009-12-23 11:34:25 +00:00
parent 2b06c12728
commit d54b4c4651

View File

@ -104,7 +104,6 @@ void latin_solver_debug(unsigned char *cube, int o);
/* --- Generation and checking --- */
digit *latin_generate_quick(int o, random_state *rs);
digit *latin_generate(int o, random_state *rs);
int latin_check(digit *sq, int order); /* !0 => not a latin square */