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>2016-01-14 23:01:39 +0000
commit46d462bc6c4027725a38191ffb6a35f2afd9916f (patch)
tree292a95ee24993b3db614b87022f55134c3f17111 /src/h__Reader.cpp
parentfbf88d481b4b9ce1ba68b3ae4208d510797425be (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 04f3123..4df7c1a 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) )