X-Git-Url: https://git.cinelerra-gg.org/git/?a=blobdiff_plain;ds=sidebyside;f=cinelerra-5.1%2Fcinelerra%2Ffilebase.C;h=dc73ccc5fcd0fe66ffaf3062a37e76f051801647;hb=54b918a8b84f666bf32548ebd12b93908061d2a6;hp=e2e148919983507615811af7a35ffc12c142ba9e;hpb=45a8ba3455cf252332c03533a7590df5267ce9aa;p=goodguy%2Fcinelerra.git diff --git a/cinelerra-5.1/cinelerra/filebase.C b/cinelerra-5.1/cinelerra/filebase.C index e2e14891..dc73ccc5 100644 --- a/cinelerra-5.1/cinelerra/filebase.C +++ b/cinelerra-5.1/cinelerra/filebase.C @@ -299,17 +299,3 @@ int64_t FileBase::base_memory_usage() history_allocated * history_channels * sizeof(double); } - -VFrame *FileBase::new_cache_frame(VFrame *vframe, int64_t position) -{ - return file->new_cache_frame(vframe, position, 0); -} -void FileBase::put_cache_frame() -{ - return file->put_cache_frame(); -} -int FileBase::get_use_cache() -{ - return file->get_use_cache(); -} -