1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-23 22:37:55 +02:00

Remove unused code and no longer needed caching

This commit is contained in:
Ivan Savenko
2024-06-04 16:09:25 +00:00
parent 47de9a62dc
commit a8a330f39f
14 changed files with 29 additions and 73 deletions

View File

@@ -25,7 +25,6 @@ bool CAnimation::loadFrame(size_t frame, size_t group)
return false;
}
if(auto image = getImage(frame, group, false))
{
return true;