From 0de1530f4cea21f2bc0a0e0f1cbf9da016c7bda5 Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Fri, 4 Oct 2024 12:15:37 +0200 Subject: Revert table-based transformations Long live the giant switch! --- src/core/core.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/core/core.h') diff --git a/src/core/core.h b/src/core/core.h index 429039c..f041178 100644 --- a/src/core/core.h +++ b/src/core/core.h @@ -4,10 +4,4 @@ #include "cube.h" #include "io_cube.h" #include "moves.h" - -/* TODO: work in progress */ -#if 1 #include "transform.h" -#else -#include "transform_with_switch.h" -#endif -- cgit v1.3