shithub: puzzles

Download patch

ref: d54b4c46519385cd1543582cd4ea679f3cbea005
parent: 2b06c127282a7e4b10308e641977091ee9c20628
author: Simon Tatham <anakin@pobox.com>
date: Wed Dec 23 06:34:25 EST 2009

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

[originally from svn r8789]

--- a/latin.h
+++ b/latin.h
@@ -104,7 +104,6 @@
 
 /* --- 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 */