framehashcache: remove definition for removed function

This commit is contained in:
itsmattkc
2021-06-16 17:22:26 -07:00
parent 401d69954c
commit dce8ebdf01
-5
View File
@@ -143,11 +143,6 @@ QMap<rational, QByteArray> FrameHashCache::time_hash_map()
return time_hash_map_; return time_hash_map_;
} }
QString FrameHashCache::GetFormatExtension()
{
return QStringLiteral(".exr");
}
QVector<rational> FrameHashCache::GetFrameListFromTimeRange(TimeRangeList range_list, const rational &timebase) QVector<rational> FrameHashCache::GetFrameListFromTimeRange(TimeRangeList range_list, const rational &timebase)
{ {
// If timebase is null, this will be an infinite loop // If timebase is null, this will be an infinite loop