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-04-06 21:20:23 +0200
commit2c52b323e0099e63856fae099d127b2a093d510c (patch)
tree8de1e94f86a473fded081646b3dcf9ec669d89b5 /src/h__Reader.cpp
parent7b70b206a3bd767aad3a9a3c789cff9d0e9c38f2 (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) )