Index: webrtc/modules/audio_coding/neteq/neteq_impl.h |
diff --git a/webrtc/modules/audio_coding/neteq/neteq_impl.h b/webrtc/modules/audio_coding/neteq/neteq_impl.h |
index 7903ba665c65ca8ea31a044cb2f255b368fbd689..8795ef5210d87937dd04a282272efcf3ac5e4591 100644 |
--- a/webrtc/modules/audio_coding/neteq/neteq_impl.h |
+++ b/webrtc/modules/audio_coding/neteq/neteq_impl.h |
@@ -122,8 +122,6 @@ |
// Removes |rtp_payload_type| from the codec database. Returns 0 on success, |
// -1 on failure. |
int RemovePayloadType(uint8_t rtp_payload_type) override; |
- |
- void RemoveAllPayloadTypes() override; |
bool SetMinimumDelay(int delay_ms) override; |