diff options
| author | Carl Hetherington <cth@carlh.net> | 2026-04-16 20:29:16 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2026-04-16 20:29:16 +0200 |
| commit | f1a7f3bcafa9f76d080e53d644058904846b877d (patch) | |
| tree | 7cbc65bd5c9b32ae12eedb81835320e7f5513866 | |
| parent | 9763e70d6fcbaa30662e97b3132739445b0402b6 (diff) | |
Remove unused variable.
| -rw-r--r-- | src/lib/dcp_subtitle_content.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/dcp_subtitle_content.cc b/src/lib/dcp_subtitle_content.cc index 5988761f6..cc4cda252 100644 --- a/src/lib/dcp_subtitle_content.cc +++ b/src/lib/dcp_subtitle_content.cc @@ -64,7 +64,6 @@ DCPSubtitleContent::examine(shared_ptr<const Film> film, shared_ptr<Job> job, bo auto subtitle_asset = load(path(0)); - auto iop = dynamic_pointer_cast<dcp::InteropTextAsset>(subtitle_asset); auto smpte = dynamic_pointer_cast<dcp::SMPTETextAsset>(subtitle_asset); if (smpte) { set_video_frame_rate(film, smpte->edit_rate().numerator); |
