summaryrefslogtreecommitdiff
path: root/voice_engine/voe_dtmf_impl.h
diff options
context:
space:
mode:
authorhenrika@webrtc.org <henrika@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d>2014-05-14 12:04:29 +0000
committerhenrika@webrtc.org <henrika@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d>2014-05-14 12:04:29 +0000
commitc4e54b6b46c22c03725c9d39612fd50792d018ef (patch)
treec5d855302c1e1315564d9b609879e89fccd5b3d0 /voice_engine/voe_dtmf_impl.h
parent7b2651a88b210ea01c9c3166c080b025d59094fc (diff)
downloadwebrtc-c4e54b6b46c22c03725c9d39612fd50792d018ef.tar.gz
Removes parts of the webrtc::VoEDtmf sub API as part of a clean-up operation where the goal is to remove unused APIs.
BUG=3206 R=wu@webrtc.org Review URL: https://webrtc-codereview.appspot.com/12299005 git-svn-id: http://webrtc.googlecode.com/svn/trunk/webrtc@6146 4adac7df-926f-26a2-2b94-8c16560cd09d
Diffstat (limited to 'voice_engine/voe_dtmf_impl.h')
-rw-r--r--voice_engine/voe_dtmf_impl.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/voice_engine/voe_dtmf_impl.h b/voice_engine/voe_dtmf_impl.h
index e879f8de..92162384 100644
--- a/voice_engine/voe_dtmf_impl.h
+++ b/voice_engine/voe_dtmf_impl.h
@@ -42,11 +42,6 @@ public:
int lengthMs = 200,
int attenuationDb = 10);
- virtual int StartPlayingDtmfTone(int eventCode,
- int attenuationDb = 10);
-
- virtual int StopPlayingDtmfTone();
-
virtual int SetDtmfPlayoutStatus(int channel, bool enable);
virtual int GetDtmfPlayoutStatus(int channel, bool& enabled);