Various tinkerings.
[libdcp.git] / src / stereo_picture_mxf.cc
index 59f16c93a62c3f0203af48862b3c3e2aecf395db..6bcd75c89ad38e485d2341f06d7d6d476d528210 100644 (file)
@@ -66,12 +66,6 @@ StereoPictureMXF::start_write (boost::filesystem::path file, Standard standard,
        return shared_ptr<StereoPictureMXFWriter> (new StereoPictureMXFWriter (this, file, standard, overwrite));
 }
 
-int
-StereoPictureMXF::edit_rate_factor () const
-{
-       return 2;
-}
-
 bool
 StereoPictureMXF::equals (shared_ptr<const Content> other, EqualityOptions opt, boost::function<void (NoteType, string)> note) const
 {