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-12-26 21:36:29 +0100
commit6978a5b91c46ff1b4b70d81e30eebc848093e08d (patch)
tree8b8dc512b111ddb26fa54a34f448114c68dfecfa /src/h__Reader.cpp
parentd8a09e3eab154c8600084bad91f5cec51237b9a5 (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) )