From: Carl Hetherington Date: Fri, 10 Jun 2022 09:18:31 +0000 (+0200) Subject: Remove duplicate call to write(). X-Git-Tag: v2.16.14~6 X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=commitdiff_plain;h=a1ca287cee660bce1c41baa14e079d2c97292d81 Remove duplicate call to write(). --- diff --git a/src/lib/hints.cc b/src/lib/hints.cc index 4a5c98438..46296351b 100644 --- a/src/lib/hints.cc +++ b/src/lib/hints.cc @@ -439,7 +439,6 @@ try check_loudness (); } - _writer->write (player->get_subtitle_fonts()); if (_long_subtitle && !_very_long_subtitle) { hint (_("At least one of your subtitle lines has more than 52 characters. It is recommended to make each line 52 characters at most in length."));