1
0
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:
Ivan Savenko
2023-11-05 15:24:26 +02:00
parent a9f868b379
commit 0842f5afee
54 changed files with 140 additions and 317 deletions

View File

@ -217,11 +217,6 @@ const Script * ScriptHandler::resolveScript(const std::string & name) const
}
}
std::vector<bool> ScriptHandler::getDefaultAllowed() const
{
return std::vector<bool>();
}
std::vector<JsonNode> ScriptHandler::loadLegacyData()
{
return std::vector<JsonNode>();