summaryrefslogtreecommitdiff
path: root/src/lib/content.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2026-01-27 23:49:24 +0100
committerCarl Hetherington <cth@carlh.net>2026-02-16 01:20:17 +0100
commit5af584d7454b87e338498ffc8692918024e0868b (patch)
treecaff06ada1c4500ab0a1f7e6a83f4e079baeab67 /src/lib/content.cc
parent987d5bec15a752bbc3d914035e5ab34d5c9b4efe (diff)
Remove another unnecessary Film parameter.
Diffstat (limited to 'src/lib/content.cc')
-rw-r--r--src/lib/content.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/content.cc b/src/lib/content.cc
index 6ee8f4fc0..710fc0edc 100644
--- a/src/lib/content.cc
+++ b/src/lib/content.cc
@@ -386,7 +386,7 @@ Content::reel_split_points(shared_ptr<const Film>) const
void
-Content::set_video_frame_rate(shared_ptr<const Film>, double r)
+Content::set_video_frame_rate(double r)
{
ContentChangeSignaller cc(this, ContentProperty::VIDEO_FRAME_RATE);