1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-21 05:53:02 +01:00

Remove undefined and unused wall_remove function

This commit is contained in:
Tulio Leao
2020-06-21 16:26:51 -03:00
parent 80efc26a80
commit f535a4a0c4

View File

@@ -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);