From 39f50e601d395bbd2d78d0147ac530b756da2fff Mon Sep 17 00:00:00 2001 From: Xavier Del Campo Romero Date: Mon, 26 Sep 2022 02:25:18 +0200 Subject: unit.h: remove unused constant MAX_UNIT_DIRECTIONS --- src/unit/inc/unit.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src') diff --git a/src/unit/inc/unit.h b/src/unit/inc/unit.h index 4a5ace7..5af0c3f 100644 --- a/src/unit/inc/unit.h +++ b/src/unit/inc/unit.h @@ -57,9 +57,7 @@ struct unit UNIT_DIR_S, UNIT_DIR_SW, UNIT_DIR_W, - UNIT_DIR_NW, - - MAX_UNIT_DIRECTIONS + UNIT_DIR_NW } dir; enum unit_state state; -- cgit v1.2.3