diff --git a/clear_map.h b/clear_map.h --- a/clear_map.h +++ b/clear_map.h @@ -19,10 +19,6 @@ typedef enum ClearGround { } ClearGround; - - - - static inline ClearGround GetClearGround(TileIndex t) { assert(IsTileType(t, MP_CLEAR));