1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2025-12-10 09:32:29 +01:00

Remove unused function

This commit is contained in:
ζeh Matt
2024-12-15 00:40:00 +02:00
parent 2c30584def
commit afebb82281

View File

@@ -59,7 +59,6 @@ bool gPaintBoundingBoxes;
bool gPaintBlockedTiles;
bool gPaintStableSort;
static void PaintAttachedPS(DrawPixelInfo& dpi, PaintStruct* ps, uint32_t viewFlags);
static void PaintPSImageWithBoundingBoxes(PaintSession& session, PaintStruct* ps, ImageId imageId, int32_t x, int32_t y);
static ImageId PaintPSColourifyImage(const PaintStruct* ps, ImageId imageId, uint32_t viewFlags);