Remove some unused constants

This commit is contained in:
Gymnasiast 2020-07-13 22:09:28 +02:00
parent 3c4721d014
commit 88a5e4cd2a
No known key found for this signature in database
GPG Key ID: DBFFF47AB2CA3EDD
1 changed files with 0 additions and 3 deletions

View File

@ -638,9 +638,6 @@ enum
#define TILE_ELEMENT_COLOUR_MASK 0b00011111
#define MAP_ELEM_TRACK_SEQUENCE_SEQUENCE_MASK 0b00001111
#define MAP_ELEM_TRACK_SEQUENCE_TAKING_PHOTO_MASK 0b11110000
BannerIndex tile_element_get_banner_index(TileElement* tileElement);
bool tile_element_is_underground(TileElement* tileElement);