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:
mflodman@webrtc.org 2011-10-19 08:27:30 +00:00
parent ce8813da4e
commit cc412c1735
2 changed files with 1 additions and 4 deletions

View File

@ -83,8 +83,7 @@ int ViEBaseImpl::Release()
// Constructor // Constructor
// ---------------------------------------------------------------------------- // ----------------------------------------------------------------------------
ViEBaseImpl::ViEBaseImpl() : ViEBaseImpl::ViEBaseImpl()
_viePerformanceMonitor(0)
{ {
WEBRTC_TRACE(webrtc::kTraceMemory, webrtc::kTraceVideo, _instanceId, WEBRTC_TRACE(webrtc::kTraceMemory, webrtc::kTraceVideo, _instanceId,
"ViEBaseImpl::ViEBaseImpl() Ctor"); "ViEBaseImpl::ViEBaseImpl() Ctor");

View File

@ -27,7 +27,6 @@ namespace webrtc
class VoiceEngine; class VoiceEngine;
class Module; class Module;
class ViEPerformanceMonitor;
class ViEBaseImpl: public virtual ViESharedData, class ViEBaseImpl: public virtual ViESharedData,
public ViEBase, public ViEBase,
@ -74,7 +73,6 @@ public:
protected: protected:
ViEBaseImpl(); ViEBaseImpl();
virtual ~ViEBaseImpl(); virtual ~ViEBaseImpl();
ViEPerformanceMonitor _viePerformanceMonitor;
private: private:
// Version functions // Version functions