diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-08-27 14:25:45 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-08-27 14:25:45 +0100 |
| commit | ee1ff372a27202a0244f48a04c955dbb48644573 (patch) | |
| tree | 9f337bcc31acfb124e74e091b5ac8bbb6d3de2a0 /src/lib/video_content.cc | |
| parent | 3feacf8bbdd094b7ac9a705911486288e436cd4f (diff) | |
Clean up.
Diffstat (limited to 'src/lib/video_content.cc')
| -rw-r--r-- | src/lib/video_content.cc | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/lib/video_content.cc b/src/lib/video_content.cc index fa039380a..a0f1da9aa 100644 --- a/src/lib/video_content.cc +++ b/src/lib/video_content.cc @@ -395,16 +395,14 @@ VideoContent::video_size_after_3d_split () const } void -VideoContent::unset_colour_conversion (bool signal) +VideoContent::unset_colour_conversion () { { boost::mutex::scoped_lock lm (_mutex); _colour_conversion = boost::optional<ColourConversion> (); } - if (signal) { - signal_changed (VideoContentProperty::COLOUR_CONVERSION); - } + signal_changed (VideoContentProperty::COLOUR_CONVERSION); } void |
