From 826ed68a1e34ce158342da324ff7203af0449641 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Thu, 14 Apr 2016 01:07:22 +0100 Subject: [PATCH] Remove unused method. --- src/lib/video_content.cc | 8 -------- src/lib/video_content.h | 2 -- 2 files changed, 10 deletions(-) diff --git a/src/lib/video_content.cc b/src/lib/video_content.cc index 567ab3cf8..97d7d4343 100644 --- a/src/lib/video_content.cc +++ b/src/lib/video_content.cc @@ -193,14 +193,6 @@ VideoContent::as_xml (xmlpp::Node* node) const node->add_child("FadeOut")->add_child_text (raw_convert (_fade_out)); } -void -VideoContent::set_default_colour_conversion () -{ - /* If there's no better offer we'll use Rec. 709 */ - boost::mutex::scoped_lock lm (_mutex); - _colour_conversion = PresetColourConversion::from_id ("rec709").conversion; -} - void VideoContent::take_from_video_examiner (shared_ptr d) { diff --git a/src/lib/video_content.h b/src/lib/video_content.h index 075f7b701..0348969ae 100644 --- a/src/lib/video_content.h +++ b/src/lib/video_content.h @@ -59,8 +59,6 @@ public: std::string technical_summary () const; std::string identifier () const; - void set_default_colour_conversion (); - Frame video_length () const { boost::mutex::scoped_lock lm (_mutex); return _video_length; -- 2.30.2