aboutsummaryrefslogtreecommitdiff
path: root/webrtc/voice_engine/voe_codec_impl.h
diff options
context:
space:
mode:
Diffstat (limited to 'webrtc/voice_engine/voe_codec_impl.h')
-rw-r--r--webrtc/voice_engine/voe_codec_impl.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/webrtc/voice_engine/voe_codec_impl.h b/webrtc/voice_engine/voe_codec_impl.h
index a0eed4d38c..5095f6e232 100644
--- a/webrtc/voice_engine/voe_codec_impl.h
+++ b/webrtc/voice_engine/voe_codec_impl.h
@@ -65,12 +65,6 @@ class VoECodecImpl : public VoECodec {
~VoECodecImpl() override;
private:
- void ACMToExternalCodecRepresentation(CodecInst& toInst,
- const CodecInst& fromInst);
-
- void ExternalToACMCodecRepresentation(CodecInst& toInst,
- const CodecInst& fromInst);
-
voe::SharedData* _shared;
};