summaryrefslogtreecommitdiff
path: root/src/lib/video_content.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2026-01-27 23:55:27 +0100
committerCarl Hetherington <cth@carlh.net>2026-02-16 01:20:17 +0100
commita7a3f17e003bab57967e502b35e2f1b689a7f1cb (patch)
tree063db340ce6a742ef6a411495227d9b6ab387808 /src/lib/video_content.cc
parent5af584d7454b87e338498ffc8692918024e0868b (diff)
Remove another unnecessary Film parameter.
Diffstat (limited to 'src/lib/video_content.cc')
-rw-r--r--src/lib/video_content.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/video_content.cc b/src/lib/video_content.cc
index b979f81a6..689a0e5a3 100644
--- a/src/lib/video_content.cc
+++ b/src/lib/video_content.cc
@@ -295,7 +295,7 @@ VideoContent::as_xml(xmlpp::Element* element) const
}
void
-VideoContent::take_from_examiner(shared_ptr<const Film>, shared_ptr<VideoExaminer> d)
+VideoContent::take_from_examiner(shared_ptr<VideoExaminer> d)
{
/* These examiner calls could call other content methods which take a lock on the mutex */
auto const vs = d->video_size();