Index: talk/media/webrtc/webrtcvoiceengine.h |
diff --git a/talk/media/webrtc/webrtcvoiceengine.h b/talk/media/webrtc/webrtcvoiceengine.h |
index e8edfb1d90744c91d8347304435d32dbe6f69d96..2832fb31f3753de4eb1b66169ce627674973c4f4 100644 |
--- a/talk/media/webrtc/webrtcvoiceengine.h |
+++ b/talk/media/webrtc/webrtcvoiceengine.h |
@@ -76,7 +76,6 @@ class WebRtcVoiceEngine |
AudioOptions GetOptions() const { return options_; } |
bool SetOptions(const AudioOptions& options); |
- bool SetDelayOffset(int offset); |
bool SetDevices(const Device* in_device, const Device* out_device); |
bool GetOutputVolume(int* level); |
bool SetOutputVolume(int level); |