framehashcache: remove definition for removed function
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user