chiark / gitweb /
latin_generate_quick is long gone, so remove it from the header file.
authorSimon Tatham <anakin@pobox.com>
Wed, 23 Dec 2009 11:34:25 +0000 (11:34 +0000)
committerSimon Tatham <anakin@pobox.com>
Wed, 23 Dec 2009 11:34:25 +0000 (11:34 +0000)
[originally from svn r8789]

latin.h

diff --git a/latin.h b/latin.h
index decf2d7f9ad6418ee3340bc0e092fcf9cf75229a..d82be1768c5c3a1217bc8e973242e8236e2f9214 100644 (file)
--- a/latin.h
+++ b/latin.h
@@ -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 */