summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2021-07-31 18:05:25 +0200
committerCarl Hetherington <cth@carlh.net>2021-07-31 18:05:25 +0200
commitc7b4dae773bca9099d2ecdd025e3539516c81966 (patch)
treee918a29252c952b5ba4b7c39c6a3e9cdb4c86799 /src
parente3b6fe835b1dfa45d0f3f018105e533f0254ca94 (diff)
Remove some out-of-date comments.
Diffstat (limited to 'src')
-rw-r--r--src/subrip_reader.cc5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/subrip_reader.cc b/src/subrip_reader.cc
index 8ba7c7d..d8972c1 100644
--- a/src/subrip_reader.cc
+++ b/src/subrip_reader.cc
@@ -200,11 +200,6 @@ SubripReader::convert_line (string t, RawSubtitle& p)
vector<Colour> colours;
colours.push_back (Colour (1, 1, 1));
- /* XXX: missing <font> support */
- /* XXX: nesting of tags e.g. <b>foo<i>bar<b>baz</b>fred</i>jim</b> might
- not work, I think.
- */
-
for (size_t i = 0; i < t.size(); ++i) {
switch (state) {
case TEXT: