removed NetEq::EnableDtmf()

BUG=webrtc:1373
R=turaj@webrtc.org

Review URL: https://webrtc-codereview.appspot.com/1822005

git-svn-id: http://webrtc.googlecode.com/svn/trunk@4492 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
minyue@webrtc.org
2013-08-06 05:36:26 +00:00
parent 6e7c203aee
commit 9721db799c
4 changed files with 16 additions and 33 deletions

View File

@ -113,9 +113,6 @@ class NetEqImpl : public webrtc::NetEq {
virtual int CurrentDelay() { return kNotImplemented; }
// Enables playout of DTMF tones.
virtual int EnableDtmf();
// Sets the playout mode to |mode|.
virtual void SetPlayoutMode(NetEqPlayoutMode mode);
@ -316,7 +313,6 @@ class NetEqImpl : public webrtc::NetEq {
uint8_t current_cng_rtp_payload_type_;
uint32_t ssrc_;
bool first_packet_;
bool dtmf_enabled_;
int error_code_; // Store last error code.
int decoder_error_code_;
CriticalSectionWrapper* crit_sect_;