summaryrefslogtreecommitdiff
path: root/src/stereo_picture_mxf.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/stereo_picture_mxf.cc')
-rw-r--r--src/stereo_picture_mxf.cc6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/stereo_picture_mxf.cc b/src/stereo_picture_mxf.cc
index 59f16c93..6bcd75c8 100644
--- a/src/stereo_picture_mxf.cc
+++ b/src/stereo_picture_mxf.cc
@@ -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
{