From f535a4a0c4a0c6ac05ca215606e68b447f1ff128 Mon Sep 17 00:00:00 2001 From: Tulio Leao Date: Sun, 21 Jun 2020 16:26:51 -0300 Subject: [PATCH] Remove undefined and unused wall_remove function --- src/openrct2/world/Wall.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/openrct2/world/Wall.h b/src/openrct2/world/Wall.h index bde25e1ad5..080517406f 100644 --- a/src/openrct2/world/Wall.h +++ b/src/openrct2/world/Wall.h @@ -72,5 +72,3 @@ constexpr const uint8_t LandSlopeToWallSlope[][NumOrthogonalDirections] = { // clang-format on #pragma endregion - -money32 wall_remove(int16_t x, int16_t y, uint8_t baseHeight, uint8_t direction, uint8_t flags);