purge file_cache when starting rev read cache burst
[goodguy/cinelerra.git] / cinelerra-5.1 / cinelerra / filebase.h
index 77893f9e82ac9d7c3b1b35c38583dfe9225625b4..3fb8be42087ac8195bc442357355cbaeeb2e35c7 100644 (file)
@@ -132,10 +132,6 @@ public:
                int channel,
                int64_t len);
        void allocate_history(int len);
-// create cache frames
-       VFrame *new_cache_frame(VFrame *vframe, int64_t position);
-       void put_cache_frame();
-       int get_use_cache();
 
 // For static functions to access it
        Asset *asset;