diff --git a/clear_map.h b/clear_map.h index bfb9a3e98a..5769443a19 100644 --- 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));