diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-08-19 18:54:41 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-09-20 19:29:45 +0200 |
| commit | a08e7eeac87eca63d250007bd9b89e11b0352108 (patch) | |
| tree | bc7912af6c8690a49951b83e8450cdaf7989fe9a /src/metadata.cc | |
| parent | fffdfdd50c6ad582b221c05be10dbfc186990c88 (diff) | |
Remove XMLMetadata.
Diffstat (limited to 'src/metadata.cc')
| -rw-r--r-- | src/metadata.cc | 16 |
1 files changed, 1 insertions, 15 deletions
diff --git a/src/metadata.cc b/src/metadata.cc index fc6bb396..6fedc61e 100644 --- a/src/metadata.cc +++ b/src/metadata.cc @@ -32,7 +32,7 @@ */ /** @file src/metadata.cc - * @brief XMLMetadata and MXFMetadata classes. + * @brief MXFMetadata class. */ #include "metadata.h" @@ -61,17 +61,3 @@ MXFMetadata::read (ASDCP::WriterInfo const & info) product_version = info.ProductVersion; } -XMLMetadata::XMLMetadata () - : issuer ("libdcp" LIBDCP_VERSION) - , creator ("libdcp" LIBDCP_VERSION) - , annotation_text ("Created by libdcp" LIBDCP_VERSION) -{ - set_issue_date_now (); -} - -/** Set the issue date to the current local time */ -void -XMLMetadata::set_issue_date_now () -{ - issue_date = LocalTime().as_string (); -} |
