diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/wx/verify_dcp_result_panel.cc | 3 |
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())); } |
