mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-17 20:13:07 +01:00
Remove unused wooden support methods
This commit is contained in:
@@ -445,18 +445,6 @@ static constexpr const uint16_t word_97B3C4[] = {
|
||||
|
||||
// clang-format on
|
||||
|
||||
bool WoodenASupportsPaintSetup(
|
||||
paint_session& session, int32_t supportType, int32_t special, int32_t height, uint32_t imageColourFlags)
|
||||
{
|
||||
return WoodenASupportsPaintSetup(session, supportType, special, height, ImageId::FromUInt32(imageColourFlags));
|
||||
}
|
||||
|
||||
bool WoodenBSupportsPaintSetup(
|
||||
paint_session& session, int32_t supportType, int32_t special, int32_t height, uint32_t imageColourFlags)
|
||||
{
|
||||
return WoodenASupportsPaintSetup(session, supportType, special, height, ImageId::FromUInt32(imageColourFlags));
|
||||
}
|
||||
|
||||
/**
|
||||
* Adds paint structs for wooden supports.
|
||||
* rct2: 0x006629BC
|
||||
|
||||
@@ -21,10 +21,6 @@ bool WoodenASupportsPaintSetup(
|
||||
paint_session& session, int32_t supportType, int32_t special, int32_t height, ImageId imageTemplate);
|
||||
bool WoodenBSupportsPaintSetup(
|
||||
paint_session& session, int32_t supportType, int32_t special, int32_t height, ImageId imageTemplate);
|
||||
bool WoodenASupportsPaintSetup(
|
||||
paint_session& session, int32_t supportType, int32_t special, int32_t height, uint32_t imageColourFlags);
|
||||
bool WoodenBSupportsPaintSetup(
|
||||
paint_session& session, int32_t supportType, int32_t special, int32_t height, uint32_t imageColourFlags);
|
||||
bool metal_a_supports_paint_setup(
|
||||
paint_session& session, uint8_t supportType, uint8_t segment, int32_t special, int32_t height, ImageId imageColourFlags);
|
||||
bool metal_b_supports_paint_setup(
|
||||
|
||||
Reference in New Issue
Block a user