mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-27 22:49:25 +02:00
Removed remaining usages of std::vector<bool>
This commit is contained in:
@@ -68,11 +68,6 @@ std::vector<JsonNode> RiverTypeHandler::loadLegacyData()
|
||||
return {};
|
||||
}
|
||||
|
||||
std::vector<bool> RiverTypeHandler::getDefaultAllowed() const
|
||||
{
|
||||
return {};
|
||||
}
|
||||
|
||||
std::string RiverType::getJsonKey() const
|
||||
{
|
||||
return modScope + ":" + identifier;
|
||||
|
||||
Reference in New Issue
Block a user