diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-07-31 18:05:25 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-07-31 18:05:25 +0200 |
| commit | c7b4dae773bca9099d2ecdd025e3539516c81966 (patch) | |
| tree | e918a29252c952b5ba4b7c39c6a3e9cdb4c86799 /src/subrip_reader.cc | |
| parent | e3b6fe835b1dfa45d0f3f018105e533f0254ca94 (diff) | |
Remove some out-of-date comments.
Diffstat (limited to 'src/subrip_reader.cc')
| -rw-r--r-- | src/subrip_reader.cc | 5 |
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: |
