summaryrefslogtreecommitdiff
path: root/src/lib/video_content.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-05-25 00:36:01 +0100
committerCarl Hetherington <cth@carlh.net>2015-05-25 00:36:01 +0100
commit8041bb9729662176eeb8d78ce4dac9dfb6896557 (patch)
tree836ad1f31abbc18488c9a8d69ba19a79c8c4dbce /src/lib/video_content.h
parentc8427a8043e430f71b83edcc22110e457f2b3c3c (diff)
c7f2d098e2c1201c84552a1972453e7b75a64c5d from master; Removed unused parameter from VideoContent::set_default_colour_conversion.
Diffstat (limited to 'src/lib/video_content.h')
-rw-r--r--src/lib/video_content.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/video_content.h b/src/lib/video_content.h
index 792929419..0e9f20348 100644
--- a/src/lib/video_content.h
+++ b/src/lib/video_content.h
@@ -88,7 +88,7 @@ public:
void set_scale (VideoContentScale);
void unset_colour_conversion (bool signal = true);
void set_colour_conversion (ColourConversion);
- void set_default_colour_conversion (bool signal = true);
+ void set_default_colour_conversion ();
void set_fade_in (ContentTime);
void set_fade_out (ContentTime);