Unpick MXF from the class hierarchy.
[libdcp.git] / src / stereo_picture_mxf.cc
index ce30d0be7b44cd43b16b2bf3a5135ef9d719d17f..0ac0cc83a7a8b171eaca44ff5bf624d09212d04b 100644 (file)
@@ -77,10 +77,6 @@ StereoPictureMXF::start_write (boost::filesystem::path file, Standard standard,
 bool
 StereoPictureMXF::equals (shared_ptr<const Asset> other, EqualityOptions opt, NoteHandler note) const
 {
-       if (!MXF::equals (other, opt, note)) {
-               return false;
-       }
-
        ASDCP::JP2K::MXFSReader reader_A;
        Kumu::Result_t r = reader_A.OpenRead (file().string().c_str());
        if (ASDCP_FAILURE (r)) {