diff --git a/Source/WebCore/platform/graphics/gstreamer/MediaPlayerPrivateGStreamerBase.h b/Source/WebCore/platform/graphics/gstreamer/MediaPlayerPrivateGStreamerBase.h index 6910ad03cdc12..e86133e74ecfb 100644 --- a/Source/WebCore/platform/graphics/gstreamer/MediaPlayerPrivateGStreamerBase.h +++ b/Source/WebCore/platform/graphics/gstreamer/MediaPlayerPrivateGStreamerBase.h @@ -252,20 +252,6 @@ class MediaPlayerPrivateGStreamerBase : public MediaPlayerPrivateInterface Lock m_drawMutex; RunLoop::Timer m_drawTimer; -#if USE(PLAYREADY) - PlayreadySession* createPlayreadySession(const Vector &, GstElement* pipeline, bool alreadyLocked = false); - PlayreadySession* prSessionByInitData(const Vector&, bool alreadyLocked = false) const; - PlayreadySession* prSessionBySessionId(const String&, bool alreadyLocked = false) const; - - // Maps each pipeline (playback pipeline for normal videos, append pipeline for MSE) to its latest sessionId. - HashMap m_prSessionIds; - - Vector> m_prSessions; - - // Protects the previous two HashMaps for concurrent access. - mutable Lock m_prSessionsMutex; -#endif - #if USE(TEXTURE_MAPPER_GL) RefPtr m_context3D; RefPtr m_platformLayerProxy;