From 3fd7fcc4f56cc82145b62e8c6f0b87942b10cdb0 Mon Sep 17 00:00:00 2001 From: Daniel Holbert Date: Fri, 22 Feb 2013 06:59:11 -0500 Subject: [PATCH] Bug 843929 - Part 1: Remove no-longer-used private variables mTrackID & mLastEndTime from MediaEngineWebRTCVideoSource. r=jesup --- content/media/webrtc/MediaEngineWebRTC.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/content/media/webrtc/MediaEngineWebRTC.h b/content/media/webrtc/MediaEngineWebRTC.h index 85ee02dd332b..3445a0f7e439 100644 --- a/content/media/webrtc/MediaEngineWebRTC.h +++ b/content/media/webrtc/MediaEngineWebRTC.h @@ -74,7 +74,6 @@ public: , mCapabilityChosen(false) , mWidth(aWidth) , mHeight(aHeight) - , mLastEndTime(0) , mMonitor("WebRTCCamera.Monitor") , mFps(aFps) , mMinFps(aMinFps) @@ -144,8 +143,6 @@ private: int mCaptureIndex; bool mCapabilityChosen; int mWidth, mHeight; - TrackID mTrackID; - TrackTicks mLastEndTime; // mMonitor protects mImage access/changes, and transitions of mState // from kStarted to kStopped (which are combined with EndTrack() and