From 7faca28009c5efb0ba2b897b34dbdcac47a1a6f3 Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Fri, 25 Apr 2025 10:09:22 +0200 Subject: NISS --- src/core/cube.h | 8 -------- 1 file changed, 8 deletions(-) (limited to 'src/core/cube.h') diff --git a/src/core/cube.h b/src/core/cube.h index 88e1ca9..842ec59 100644 --- a/src/core/cube.h +++ b/src/core/cube.h @@ -1,4 +1,3 @@ -STATIC oriented_cube_t solvedcube(void); STATIC cube_t cubefromarray(uint8_t [static 8], uint8_t [static 12]); STATIC bool isconsistent(oriented_cube_t); STATIC bool issolvable(oriented_cube_t); @@ -20,13 +19,6 @@ STATIC uint8_t b32tocorner(char); STATIC char edgetob32(uint8_t); STATIC char cornertob32(uint8_t); -/* This is used only in tests, use SOLVED_ORIENTED_CUBE everywhere else */ -STATIC oriented_cube_t -solvedcube(void) -{ - return SOLVED_ORIENTED_CUBE; -} - STATIC cube_t cubefromarray(uint8_t c[static 8], uint8_t e[static 12]) { -- cgit v1.3