Cleanup: Remove unused last_num_specs from SlRoadStopTileData. (#12198)

Inadvertently copy & pasted from another Sl handler.
This commit is contained in:
Peter Nelson 2024-03-01 02:00:13 +00:00 committed by GitHub
parent c0b5510a94
commit f0a891c4f7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 2 deletions

View File

@ -564,8 +564,6 @@ public:
};
inline const static SaveLoadCompatTable compat_description = {};
static uint8_t last_num_specs; ///< Number of specs of the last loaded station.
void Save(BaseStation *bst) const override
{
SlSetStructListLength(bst->custom_roadstop_tile_data.size());