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:
@@ -25,7 +25,6 @@ bool CAnimation::loadFrame(size_t frame, size_t group)
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
if(auto image = getImage(frame, group, false))
|
||||
{
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user