summaryrefslogtreecommitdiff
path: root/src/mxf.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-02-05 13:39:10 +0000
committerCarl Hetherington <cth@carlh.net>2014-02-05 13:39:10 +0000
commit5cb09148a9d3456727459b7d41b8c36b0ca277b9 (patch)
treef896e01194135fe6dd19d1bb04c786d5fc846623 /src/mxf.cc
parent5d2236bf466ea8592344791e926b075be339c3dc (diff)
Comment / tidy.
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)
{