renderprocessor: removed unnecessary line
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user