mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-25 22:42:04 +02:00
code review
This commit is contained in:
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user