Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / libjingle / source / talk / media / webrtc / fakewebrtcvoiceengine.h
index 52a50ff..1a1abb8 100644 (file)
@@ -690,8 +690,6 @@ class FakeWebRtcVoiceEngine
 
   WEBRTC_STUB(SetDtmfFeedbackStatus, (bool enable, bool directFeedback));
   WEBRTC_STUB(GetDtmfFeedbackStatus, (bool& enabled, bool& directFeedback));
-  WEBRTC_STUB(SetDtmfPlayoutStatus, (int channel, bool enable));
-  WEBRTC_STUB(GetDtmfPlayoutStatus, (int channel, bool& enabled));
 
   WEBRTC_FUNC(PlayDtmfTone,
       (int event_code, int length_ms = 200, int attenuation_db = 10)) {