diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/AS_02.h | 5 |
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; |
