From 38e7aafd072b949c3f9c9bed1d512db7f055dfa3 Mon Sep 17 00:00:00 2001 From: Gymnasiast Date: Sun, 1 Mar 2020 21:29:06 +0100 Subject: [PATCH] Remove unused TestPaint defines (including one LocationXY16 occurrence) --- test/testpaint/TestPaint.hpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/test/testpaint/TestPaint.hpp b/test/testpaint/TestPaint.hpp index 8098769f0c..3e96cf123d 100644 --- a/test/testpaint/TestPaint.hpp +++ b/test/testpaint/TestPaint.hpp @@ -22,10 +22,7 @@ #define gRideEntries RCT2_ADDRESS(0x009ACFA4, rct_ride_entry*) #define gSupportSegments RCT2_ADDRESS(0x0141E9B4, support_height) #define gWoodenSupportsPrependTo RCT2_GLOBAL(0x009DEA58, paint_struct*) -#define gPaintStructs RCT2_ADDRESS(0x00EE788C, paint_entry) #define g_currently_drawn_item RCT2_GLOBAL(0x009DE578, void*) -#define gEndOfPaintStructArray RCT2_GLOBAL(0x00EE7880, paint_entry*) -#define gPaintSpritePosition RCT2_GLOBAL(0x009DE568, LocationXY16) #define gPaintInteractionType RCT2_GLOBAL(0x009DE570, uint8_t) #define gSupportSegments RCT2_ADDRESS(0x0141E9B4, support_height) #define gSupport RCT2_GLOBAL(0x0141E9D8, support_height) @@ -39,7 +36,6 @@ #define gSurfaceElement RCT2_GLOBAL(0x009E3250, TileElement*) #define gDidPassSurface RCT2_GLOBAL(0x009DE57C, bool) #define g141E9DB RCT2_GLOBAL(0x0141E9DB, uint8_t) -#define gUnk141E9DC RCT2_GLOBAL(0x0141E9DC, uint16_t) #define gTrackColours RCT2_ADDRESS(0x00F44198, uint32_t) #define RCT2_CurrentViewportFlags RCT2_GLOBAL(0x0141E9E4, uint32_t) #define RCT2_CurrentRotation RCT2_GLOBAL(0x0141E9E0, uint8_t)