From fe4a6f8790279afbd571bdee34803097d0d6b88b Mon Sep 17 00:00:00 2001 From: jhurst Date: Fri, 21 Sep 2018 06:27:51 +0000 Subject: [PATCH] o Removed superfluous OpenRead method from ISXD::MXFReader class (was a paste-o) --- src/AS_02.h | 5 ----- 1 file changed, 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; -- 2.30.2