summaryrefslogtreecommitdiff
path: root/src/mxf.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/mxf.cc')
-rw-r--r--src/mxf.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mxf.cc b/src/mxf.cc
index 200bc843..3c75997b 100644
--- a/src/mxf.cc
+++ b/src/mxf.cc
@@ -43,7 +43,6 @@ using namespace dcp;
MXF::MXF (Fraction edit_rate)
: Content (edit_rate)
- , _progress (0)
, _encryption_context (0)
, _decryption_context (0)
{
@@ -52,7 +51,6 @@ MXF::MXF (Fraction edit_rate)
MXF::MXF (boost::filesystem::path file)
: Content (file)
- , _progress (0)
, _encryption_context (0)
, _decryption_context (0)
{