diff options
author | CastagnaIT <gottardo.stefano.83@gmail.com> | 2022-07-06 08:47:30 +0200 |
---|---|---|
committer | CastagnaIT <gottardo.stefano.83@gmail.com> | 2022-07-06 08:52:07 +0200 |
commit | 55c2da4cda719454b3c1c1956c4d7f9f25fbb054 (patch) | |
tree | 7c3682dc9ae546045f016bc0eb9fe7c594490606 | |
parent | 93cc06098f33591fd18fa162a9279724837b839b (diff) |
[WebVtt] Fix warning field not used
-rw-r--r-- | xbmc/cores/VideoPlayer/DVDSubtitles/webvtt/WebVTTHandler.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/xbmc/cores/VideoPlayer/DVDSubtitles/webvtt/WebVTTHandler.h b/xbmc/cores/VideoPlayer/DVDSubtitles/webvtt/WebVTTHandler.h index f5916fce66..085113a03e 100644 --- a/xbmc/cores/VideoPlayer/DVDSubtitles/webvtt/WebVTTHandler.h +++ b/xbmc/cores/VideoPlayer/DVDSubtitles/webvtt/WebVTTHandler.h @@ -183,8 +183,6 @@ private: bool m_overrideStyle{false}; bool m_overridePositions{false}; WebvttSection m_currentSection{WebvttSection::UNDEFINED}; - double m_hlsTimestampMpegTsUs{0}; - double m_hlsTimestampLocalUs{0}; CRegExp m_cueTimeRegex; std::map<std::string, CRegExp> m_cuePropsMapRegex; CGUIColorManager m_colorManager; |