From 56d78292269f6a6b02a0e18dc21e5a3aacf7c462 Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Thu, 10 Oct 2024 08:28:21 +0200 Subject: Removed un-common function from common.h --- src/arch/common.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/arch/common.h b/src/arch/common.h index 346403b..802790c 100644 --- a/src/arch/common.h +++ b/src/arch/common.h @@ -1,7 +1,6 @@ STATIC void pieces(cube_t *, uint8_t [static 8], uint8_t [static 12]); STATIC_INLINE bool equal(cube_t, cube_t); STATIC_INLINE cube_t invertco(cube_t); -STATIC_INLINE cube_t compose_epcpeo(cube_t, cube_t); STATIC_INLINE cube_t compose_edges(cube_t, cube_t); STATIC_INLINE cube_t compose_corners(cube_t, cube_t); STATIC_INLINE cube_t compose(cube_t, cube_t); -- cgit v1.3