summaryrefslogtreecommitdiff
path: root/src/h__Reader.cpp
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2020-04-06 20:06:14 +0200
committerCarl Hetherington <cth@carlh.net>2020-07-11 01:28:41 +0200
commit8b3a282e00d907320123e450ac6faee29cfe0e4d (patch)
tree61da682be6952af255c1c3e900db6a67f76ce87a /src/h__Reader.cpp
parent1b64c426f5bb727217984d353c5c3671f9bc4eed (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 77f532e..62a7565 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.MatchExact(MXFInterop_OPAtom_Entry().ul) )