summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2022-06-10 11:18:31 +0200
committerCarl Hetherington <cth@carlh.net>2022-06-10 23:12:24 +0200
commita1ca287cee660bce1c41baa14e079d2c97292d81 (patch)
tree4a064b3da269a6ea1ec24271f78948ac04ff1577
parent1266a5149e056a17b4a9276ccf6ea4a79cc93610 (diff)
Remove duplicate call to write().
-rw-r--r--src/lib/hints.cc1
1 files changed, 0 insertions, 1 deletions
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."));