From b074a4d3ce74d9f0bdbadab7f5cd0a4b5cc18203 Mon Sep 17 00:00:00 2001 From: Rubidium Date: Fri, 18 Oct 2024 16:03:34 +0200 Subject: [PATCH] Codefix: remove duplicate typedef --- src/map_func.h | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/src/map_func.h b/src/map_func.h index 7d3e11cd80..afe853b551 100644 --- a/src/map_func.h +++ b/src/map_func.h @@ -363,18 +363,6 @@ public: static IterateWrapper Iterate() { return IterateWrapper(); } }; -/** - * An offset value between two tiles. - * - * This value is used for the difference between - * two tiles. It can be added to a TileIndex to get - * the resulting TileIndex of the start tile applied - * with this saved difference. - * - * @see TileDiffXY(int, int) - */ -typedef int32_t TileIndexDiff; - /** * Returns the TileIndex of a coordinate. *