renderprocessor: removed unnecessary line

This commit is contained in:
itsmattkc
2021-04-27 00:56:41 +10:00
parent a3e0c51094
commit ff838d23d5
-2
View File
@@ -520,8 +520,6 @@ QVariant RenderProcessor::GetCachedTexture(const QByteArray& hash)
return QVariant();
}
VideoParams video_params = GetCacheVideoParams();
FramePtr f = FrameHashCache::LoadCacheFrame(cache_dir, hash);
if (f) {