aboutsummaryrefslogtreecommitdiff
path: root/src/core/moves.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/moves.h')
-rw-r--r--src/core/moves.h7
1 files changed, 0 insertions, 7 deletions
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 *);
15 15
16STATIC int readmoves(const char *, int, uint8_t *); 16STATIC int readmoves(const char *, int, uint8_t *);
17STATIC cube_t applymoves(cube_t, const char *); 17STATIC cube_t applymoves(cube_t, const char *);
18STATIC cube_t frommoves(const char *);
19 18
20#define FOREACH_READMOVE(ARG_BUF, ARG_MOVE, ARG_C, ARG_MAX, \ 19#define FOREACH_READMOVE(ARG_BUF, ARG_MOVE, ARG_C, ARG_MAX, \
21 RET_ERROR, ARG_ACTION) \ 20 RET_ERROR, ARG_ACTION) \
@@ -246,9 +245,3 @@ applymoves(cube_t cube, const char *buf)
246 245
247 return cube; 246 return cube;
248} 247}
249
250STATIC cube_t
251frommoves(const char *buf)
252{
253 return applymoves(SOLVED_CUBE, buf);
254}

Generated with cgit - Back to sebastiano.tronto.net