summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorjhurst <jhurst@cinecert.com>2018-09-21 06:27:51 +0000
committerjhurst <>2018-09-21 06:27:51 +0000
commitfe4a6f8790279afbd571bdee34803097d0d6b88b (patch)
treea14d37107921bf7843bcbebb3a8188f87eee3e62 /src
parent4762cfc3748b7738b33ca327d71ab60c23bcbfa8 (diff)
o Removed superfluous OpenRead method from ISXD::MXFReader class (was a paste-o)
Diffstat (limited to 'src')
-rw-r--r--src/AS_02.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/AS_02.h b/src/AS_02.h
index 9121c9b..502a236 100644
--- a/src/AS_02.h
+++ b/src/AS_02.h
@@ -561,11 +561,6 @@ namespace AS_02
// operation cannot be completed.
Result_t OpenRead(const std::string& filename) const;
- // Open the file for reading. The file must exist. Returns error if the
- // operation cannot be completed. If global metadata is available it will
- // be placed into the buffer object passed as the second argument.
- Result_t OpenRead(const std::string& filename, ASDCP::FrameBuffer& global_metadata) const;
-
// Returns RESULT_INIT if the file is not open.
Result_t Close() const;