Remove duplicate call to write().
authorCarl Hetherington <cth@carlh.net>
Fri, 10 Jun 2022 09:18:31 +0000 (11:18 +0200)
committerCarl Hetherington <cth@carlh.net>
Fri, 10 Jun 2022 21:12:24 +0000 (23:12 +0200)
src/lib/hints.cc

index 4a5c984380a95af51c5e3fae1eeb4b2a548d06fa..46296351be71e899a6ffdbc4a29972d9c3e52309 100644 (file)
@@ -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."));