summaryrefslogtreecommitdiff
path: root/src/h__Reader.cpp
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2016-01-11 11:19:03 +0000
committerCarl Hetherington <cth@carlh.net>2019-12-03 16:44:25 +0100
commit3ac58e7f18a14d9950fcc9fe5c19a3ddc8aed571 (patch)
treed29c7a25fdd8acdaa49b2cc00bb07e2f7130e2a1 /src/h__Reader.cpp
parent8ec31f1e14c00e7b21ae38228d3b410dafd9594d (diff)
Remove some unused variables.
Diffstat (limited to 'src/h__Reader.cpp')
-rwxr-xr-xsrc/h__Reader.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/h__Reader.cpp b/src/h__Reader.cpp
index d0c5168..280e5d4 100755
--- a/src/h__Reader.cpp
+++ b/src/h__Reader.cpp
@@ -80,8 +80,6 @@ ASDCP::h__ASDCPReader::OpenMXFRead(const std::string& filename)
if( KM_SUCCESS(result) )
{
//
- InterchangeObject* Object;
-
m_Info.LabelSetType = LS_MXF_UNKNOWN;
if ( m_HeaderPart.OperationalPattern.ExactMatch(MXFInterop_OPAtom_Entry().ul) )