Fix problems with playing back 3D DCPs and with inserting 3D DCPs
[dcpomatic.git] / src / lib / video_content_scale.h
index 2f161b1a7069d05e5c5756945fb09bafa9175e16..845c71a52f5106616b2b2c4f53a373041947032b 100644 (file)
@@ -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 */