diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-04-14 01:07:22 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-05-18 11:50:29 +0100 |
| commit | 826ed68a1e34ce158342da324ff7203af0449641 (patch) | |
| tree | 8b3928e7c52bec1b9761266d45a2b46e76cbeddb /src/lib/video_content.h | |
| parent | 65b331d32c383f3a9049f29bf03ab3fe3193b31a (diff) | |
Remove unused method.
Diffstat (limited to 'src/lib/video_content.h')
| -rw-r--r-- | src/lib/video_content.h | 2 |
1 files changed, 0 insertions, 2 deletions
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; |
