aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Tatham <anakin@pobox.com>2009-12-23 11:34:25 +0000
committerSimon Tatham <anakin@pobox.com>2009-12-23 11:34:25 +0000
commitd54b4c46519385cd1543582cd4ea679f3cbea005 (patch)
treefed5824b2d296f2793e4a40657992490dec3fd9d
parent2b06c127282a7e4b10308e641977091ee9c20628 (diff)
downloadpuzzles-d54b4c46519385cd1543582cd4ea679f3cbea005.zip
puzzles-d54b4c46519385cd1543582cd4ea679f3cbea005.tar.gz
puzzles-d54b4c46519385cd1543582cd4ea679f3cbea005.tar.bz2
puzzles-d54b4c46519385cd1543582cd4ea679f3cbea005.tar.xz
latin_generate_quick is long gone, so remove it from the header file.
[originally from svn r8789]
-rw-r--r--latin.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/latin.h b/latin.h
index decf2d7..d82be17 100644
--- 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 */