summaryrefslogtreecommitdiff
path: root/src/lib/video_content_scale.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2019-04-14 00:03:35 +0000
committerCarl Hetherington <cth@carlh.net>2019-04-14 00:03:35 +0000
commit2ff2489bdac9e4bd37510f10e126932e519a51d2 (patch)
tree8c86d3099b6cf8fec8e078c11b2063fd0cd2903b /src/lib/video_content_scale.h
parentdaa53f9d523d4aaaf146a690b0fcc0228d736fa5 (diff)
Remove unused method.
Diffstat (limited to 'src/lib/video_content_scale.h')
-rw-r--r--src/lib/video_content_scale.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/video_content_scale.h b/src/lib/video_content_scale.h
index 2f161b1a7..845c71a52 100644
--- a/src/lib/video_content_scale.h
+++ b/src/lib/video_content_scale.h
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2013-2015 Carl Hetherington <cth@carlh.net>
+ Copyright (C) 2013-2018 Carl Hetherington <cth@carlh.net>
This file is part of DCP-o-matic.
@@ -61,7 +61,6 @@ public:
static std::vector<VideoContentScale> all () {
return _scales;
}
- static VideoContentScale from_id (std::string id);
private:
/** a ratio to stretch the content to, or 0 for no stretch */