From 10632e9fa6e8037cd584a29536e6ab1be9ca359b Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Fri, 1 Aug 2025 11:26:49 +0200 Subject: Reworked coordinate solver axis specification --- src/solvers/coord/eo.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/solvers/coord/eo.h') diff --git a/src/solvers/coord/eo.h b/src/solvers/coord/eo.h index 86e09e9..2d45a4f 100644 --- a/src/solvers/coord/eo.h +++ b/src/solvers/coord/eo.h @@ -14,11 +14,6 @@ STATIC coord_t coordinate_eo = { .trans_mask = TM_SINGLE(TRANS_UFr), .moves_mask_gendata = MM18_ALLMOVES, .moves_mask_solve = MM18_ALLMOVES, - .axistrans = { - [AXIS_UD] = TRANS_FDr, - [AXIS_RL] = TRANS_URr, - [AXIS_FB] = TRANS_UFr, - }, .is_admissible = &solution_lastqt_cw, .is_solvable = &is_eo_even, .is_solved = NULL, -- cgit v1.3