diff options
Diffstat (limited to 'xbmc/cores/VideoPlayer/VideoPlayerVideo.h')
-rw-r--r-- | xbmc/cores/VideoPlayer/VideoPlayerVideo.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/xbmc/cores/VideoPlayer/VideoPlayerVideo.h b/xbmc/cores/VideoPlayer/VideoPlayerVideo.h index f763334301..298b132659 100644 --- a/xbmc/cores/VideoPlayer/VideoPlayerVideo.h +++ b/xbmc/cores/VideoPlayer/VideoPlayerVideo.h @@ -142,6 +142,4 @@ protected: VideoPicture m_picture; EOutputState m_outputSate{OUTPUT_NORMAL}; - - double m_messageQueueTimeSize{0.0}; }; |