Remove unused track design symbols

This commit is contained in:
Michael Steenbeek 2021-08-11 13:52:23 +02:00 committed by GitHub
parent 41a6ad96a3
commit 177f19f64e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 13 deletions

View File

@ -66,18 +66,6 @@
using namespace OpenRCT2;
using namespace OpenRCT2::Drawing;
struct map_backup
{
TileElement tile_elements[MAX_TILE_ELEMENTS];
TileElement* tile_pointers[MAX_TILE_TILE_ELEMENT_POINTERS];
TileElement* next_free_tile_element;
uint16_t map_size_units;
uint16_t map_size_units_minus_2;
uint16_t map_size;
uint8_t current_rotation;
};
TrackDesign* gActiveTrackDesign;
bool gTrackDesignSceneryToggle;
static CoordsXYZ _trackPreviewMin;
static CoordsXYZ _trackPreviewMax;

View File

@ -192,7 +192,6 @@ enum
MAZE_ELEMENT_TYPE_EXIT = (1 << 7)
};
extern TrackDesign* gActiveTrackDesign;
extern bool gTrackDesignSceneryToggle;
extern bool _trackDesignDrawingPreview;