Bug 843929 - Part 1: Remove no-longer-used private variables mTrackID & mLastEndTime from MediaEngineWebRTCVideoSource. r=jesup

This commit is contained in:
Daniel Holbert 2013-02-22 06:59:11 -05:00
parent a6ac6cd2fc
commit 3fd7fcc4f5

View File

@ -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