summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2026-04-01 00:32:58 +0200
committerCarl Hetherington <cth@carlh.net>2026-04-02 01:20:16 +0200
commit6d84eea10457c3378867c31ce7b2839bb348abf3 (patch)
treed620904581e2a8dc69d3a43b389a3402fecfe8a3 /src
parent7f5e87e932a60ed232ecc6f5cadd055df7c0a9bc (diff)
Remove dcp::VerificationNote::Note.
Diffstat (limited to 'src')
-rw-r--r--src/wx/verify_dcp_result_panel.cc3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/wx/verify_dcp_result_panel.cc b/src/wx/verify_dcp_result_panel.cc
index 616e90444..425a3eb00 100644
--- a/src/wx/verify_dcp_result_panel.cc
+++ b/src/wx/verify_dcp_result_panel.cc
@@ -193,9 +193,6 @@ VerifyDCPResultPanel::add(shared_ptr<const VerifyDCPJob> job, bool many)
dcp::Time(note.frame().get(), note.frame_rate()->as_float(), note.frame_rate()->numerator).as_string(dcp::Standard::SMPTE)
));
}
- if (auto const n = note.note()) {
- message.Replace(char_to_wx("%n"), std_to_wx(*n));
- }
if (auto const f = note.file()) {
message.Replace(char_to_wx("%f"), std_to_wx(f->filename().string()));
}