Remove second instance of ViE PerformanceMonitor.
Review URL: http://webrtc-codereview.appspot.com/244001 git-svn-id: http://webrtc.googlecode.com/svn/trunk@769 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
parent
ce8813da4e
commit
cc412c1735
@ -83,8 +83,7 @@ int ViEBaseImpl::Release()
|
||||
// Constructor
|
||||
// ----------------------------------------------------------------------------
|
||||
|
||||
ViEBaseImpl::ViEBaseImpl() :
|
||||
_viePerformanceMonitor(0)
|
||||
ViEBaseImpl::ViEBaseImpl()
|
||||
{
|
||||
WEBRTC_TRACE(webrtc::kTraceMemory, webrtc::kTraceVideo, _instanceId,
|
||||
"ViEBaseImpl::ViEBaseImpl() Ctor");
|
||||
|
@ -27,7 +27,6 @@ namespace webrtc
|
||||
|
||||
class VoiceEngine;
|
||||
class Module;
|
||||
class ViEPerformanceMonitor;
|
||||
|
||||
class ViEBaseImpl: public virtual ViESharedData,
|
||||
public ViEBase,
|
||||
@ -74,7 +73,6 @@ public:
|
||||
protected:
|
||||
ViEBaseImpl();
|
||||
virtual ~ViEBaseImpl();
|
||||
ViEPerformanceMonitor _viePerformanceMonitor;
|
||||
private:
|
||||
|
||||
// Version functions
|
||||
|
Loading…
Reference in New Issue
Block a user