From e6dd093218e4e19aeab915c01488d2a5840bdd0c Mon Sep 17 00:00:00 2001 From: Gymnasiast Date: Sat, 15 Sep 2018 11:13:03 +0200 Subject: [PATCH] Remove unused function from Testpaint compat --- test/testpaint/Compat.cpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/test/testpaint/Compat.cpp b/test/testpaint/Compat.cpp index 9827b59818..8acf4db41c 100644 --- a/test/testpaint/Compat.cpp +++ b/test/testpaint/Compat.cpp @@ -240,11 +240,6 @@ void tile_element_decrement_onride_photo_timout(rct_tile_element* tileElement) } } -int32_t surface_get_water_height(const rct_tile_element* tileElement) -{ - return tileElement->properties.surface.terrain & TILE_ELEMENT_SURFACE_WATER_HEIGHT_MASK; -} - bool ride_type_has_flag(int rideType, int flag) { return (RideProperties[rideType].flags & flag) != 0;