summaryrefslogtreecommitdiff
path: root/voice_engine/channel.h
diff options
context:
space:
mode:
authorhenrik.lundin@webrtc.org <henrik.lundin@webrtc.org>2014-09-23 12:54:04 +0000
committerhenrik.lundin@webrtc.org <henrik.lundin@webrtc.org>2014-09-23 12:54:04 +0000
commitf70e6326b671974c374fd58142c49c44b5848d69 (patch)
treef09f58d389211d042bc6402a45ce2f9e0cbb6ca2 /voice_engine/channel.h
parentb01d400777926d84c6d653206f4279b9927324a4 (diff)
downloadwebrtc-f70e6326b671974c374fd58142c49c44b5848d69.tar.gz
Remove DTMF status methods from Voice Engine
These methods are not used. R=henrika@webrtc.org, pbos@webrtc.org Review URL: https://webrtc-codereview.appspot.com/24689004 git-svn-id: http://webrtc.googlecode.com/svn/trunk/webrtc@7276 4adac7df-926f-26a2-2b94-8c16560cd09d
Diffstat (limited to 'voice_engine/channel.h')
-rw-r--r--voice_engine/channel.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/voice_engine/channel.h b/voice_engine/channel.h
index 535922fa..bbc286ba 100644
--- a/voice_engine/channel.h
+++ b/voice_engine/channel.h
@@ -294,8 +294,6 @@ public:
int attenuationDb, bool playDtmfEvent);
int SendTelephoneEventInband(unsigned char eventCode, int lengthMs,
int attenuationDb, bool playDtmfEvent);
- int SetDtmfPlayoutStatus(bool enable);
- bool DtmfPlayoutStatus() const;
int SetSendTelephoneEventPayloadType(unsigned char type);
int GetSendTelephoneEventPayloadType(unsigned char& type);