diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-12-15 00:24:12 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-01-17 20:13:22 +0100 |
| commit | 7c5237f7f45b85a6030b345cf4542ed4059fa5c9 (patch) | |
| tree | 2e77221ce916018f05cec7f6970bce1ade83c6f8 /test | |
| parent | 151330152d773fd2bc9e3260d918e25aeb179234 (diff) | |
Remove unused variable.
Diffstat (limited to 'test')
| -rw-r--r-- | test/test.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/test.cc b/test/test.cc index 502a847b..7a08cfc3 100644 --- a/test/test.cc +++ b/test/test.cc @@ -406,7 +406,6 @@ make_simple_with_smpte_subs (boost::filesystem::path path) subs->set_language (dcp::LanguageTag("de-DE")); subs->add (simple_subtitle()); - dcp::ArrayData data(4096); subs->write (path / "subs.mxf"); shared_ptr<dcp::ReelSubtitleAsset> reel_subs(new dcp::ReelSubtitleAsset(subs, dcp::Fraction(24, 1), 240, 0)); |
