Index: webrtc/voice_engine/channel.h |
diff --git a/webrtc/voice_engine/channel.h b/webrtc/voice_engine/channel.h |
index 46e67502d853f4e5309056a039c66408bfb4eb3e..0f7b5435a98f76a1e7673b2024af9a11178e7282 100644 |
--- a/webrtc/voice_engine/channel.h |
+++ b/webrtc/voice_engine/channel.h |
@@ -280,7 +280,6 @@ public: |
bool GetDelayEstimate(int* jitter_buffer_delay_ms, |
int* playout_buffer_delay_ms) const; |
int LeastRequiredDelayMs() const; |
- int SetInitialPlayoutDelay(int delay_ms); |
int SetMinimumPlayoutDelay(int delayMs); |
int GetPlayoutTimestamp(unsigned int& timestamp); |
int SetInitTimestamp(unsigned int timestamp); |