Commit aa79ccb
Remove dead declarations from VTTCue and LoadableTextTrack headers
https://bugs.webkit.org/show_bug.cgi?id=318301
rdar://181098694
Reviewed by Simon Fraser.
Remove three declarations that have no definition and no callers.
* html/track/VTTCue.h:
- Remove unused m_cue member; VTTCueBox forwards its cue to the base
TextTrackCueBox and reads it back via getCue().
- Remove undefined parseSettings() declaration.
* html/track/LoadableTextTrack.h:
Remove undefined loadTimerFired() declaration.
Canonical link: https://commits.webkit.org/316315@main1 parent 4e721b0 commit aa79ccb
2 files changed
Lines changed: 0 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
61 | | - | |
62 | | - | |
63 | 61 | | |
64 | 62 | | |
65 | 63 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
103 | 103 | | |
104 | 104 | | |
105 | 105 | | |
106 | | - | |
107 | | - | |
108 | | - | |
109 | 106 | | |
110 | 107 | | |
111 | 108 | | |
| |||
239 | 236 | | |
240 | 237 | | |
241 | 238 | | |
242 | | - | |
243 | | - | |
244 | 239 | | |
245 | 240 | | |
246 | 241 | | |
| |||
0 commit comments