mirror of
https://github.com/vcmi/vcmi.git
synced 2025-06-21 00:19:29 +02:00
Removed remaining usages of std::vector<bool>
This commit is contained in:
@ -59,11 +59,6 @@ std::vector<JsonNode> RoadTypeHandler::loadLegacyData()
|
||||
return {};
|
||||
}
|
||||
|
||||
std::vector<bool> RoadTypeHandler::getDefaultAllowed() const
|
||||
{
|
||||
return {};
|
||||
}
|
||||
|
||||
std::string RoadType::getJsonKey() const
|
||||
{
|
||||
return modScope + ":" + identifier;
|
||||
|
Reference in New Issue
Block a user