From 8a91354f7b94c669c77fe628a81f9bfe9f599ef0 Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Mon, 14 Oct 2024 00:05:43 +0200 Subject: Interface changes, progress with python --- src/core/moves.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'src/core/moves.h') diff --git a/src/core/moves.h b/src/core/moves.h index 28abc7f..d07bc19 100644 --- a/src/core/moves.h +++ b/src/core/moves.h @@ -15,7 +15,6 @@ STATIC void invertmoves(uint8_t *, uint8_t, uint8_t *); STATIC int readmoves(const char *, int, uint8_t *); STATIC cube_t applymoves(cube_t, const char *); -STATIC cube_t frommoves(const char *); #define FOREACH_READMOVE(ARG_BUF, ARG_MOVE, ARG_C, ARG_MAX, \ RET_ERROR, ARG_ACTION) \ @@ -246,9 +245,3 @@ applymoves(cube_t cube, const char *buf) return cube; } - -STATIC cube_t -frommoves(const char *buf) -{ - return applymoves(SOLVED_CUBE, buf); -} -- cgit v1.3