From 6d84eea10457c3378867c31ce7b2839bb348abf3 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Wed, 1 Apr 2026 00:32:58 +0200 Subject: Remove dcp::VerificationNote::Note. --- cscript | 2 +- src/wx/verify_dcp_result_panel.cc | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/cscript b/cscript index 1b1cf9812..551ebc080 100644 --- a/cscript +++ b/cscript @@ -502,7 +502,7 @@ def build_with_cpp17(target): def dependencies(target, options): - deps = [('libdcp', 'c518cd441ca263444d196b794a293a384a5d34fc', {'c++17': build_with_cpp17(target)})] + deps = [('libdcp', 'a0814a2e44e56d0378c6a47ca9c741de5cfe6356', {'c++17': build_with_cpp17(target)})] deps.append(('libsub', 'v1.6.59')) deps.append(('leqm-nrt', 'd75d0af984d9c14bfefca8f1bdbc215c3bf3a388')) if target.platform != 'linux' or target.distro != 'arch': 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 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())); } -- cgit v1.2.3