Remove approximate size stuff where playback viewer would round
[dcpomatic.git] / src / lib / video_content_scale.h
index 3053dda43f854ce444a1fc179631db42cb34a9f0..74e91e78f6549c0e85672aa74a987f4f27ecd585 100644 (file)
@@ -43,7 +43,7 @@ public:
        VideoContentScale (bool);
        VideoContentScale (boost::shared_ptr<cxml::Node>);
 
-       dcp::Size size (boost::shared_ptr<const VideoContent>, dcp::Size display_container, dcp::Size film_container, int round) const;
+       dcp::Size size (boost::shared_ptr<const VideoContent>, dcp::Size display_container, dcp::Size film_container) const;
        std::string id () const;
        std::string name () const;
        void as_xml (xmlpp::Node *) const;