diff options
-rw-r--r-- | clear_map.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/clear_map.h b/clear_map.h index bfb9a3e98..5769443a1 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)); |