- small updates

This commit is contained in:
w.pomp
2026-07-22 15:43:12 +02:00
parent a5ec4125f9
commit 0ed70edd3e
5 changed files with 16 additions and 4 deletions
+4
View File
@@ -1796,6 +1796,10 @@ impl PyView {
self.view.save_as_movie(file, &options)?;
Ok(())
}
/// backwards compatibility
#[allow(unused_variables)]
fn set_cache_size(&self, size: usize) {}
}
submit! {