Codefix: remove duplicate typedef

This commit is contained in:
Rubidium 2024-10-18 16:03:34 +02:00 committed by rubidium42
parent 35d37d4768
commit b074a4d3ce

View File

@ -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.
*