1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-25 22:42:04 +02:00

code review

This commit is contained in:
Laserlicht
2025-04-12 13:39:08 +02:00
parent e4e77b9cc5
commit 100f3606db
5 changed files with 14 additions and 21 deletions

View File

@@ -358,11 +358,6 @@ void MetaString::appendName(const ArtifactID & id)
appendTextID(id.toEntity(LIBRARY)->getNameTextID());
}
void MetaString::appendName(const HeroTypeID & id)
{
appendTextID(id.toEntity(LIBRARY)->getNameTextID());
}
void MetaString::appendName(const SpellID & id)
{
appendTextID(id.toEntity(LIBRARY)->getNameTextID());