| Index: webrtc/modules/audio_coding/acm2/acm_receive_test.h
|
| diff --git a/webrtc/modules/audio_coding/acm2/acm_receive_test.h b/webrtc/modules/audio_coding/acm2/acm_receive_test.h
|
| index 3145ad3812facf78889eedda9ac9de2547094609..834fa5626f192e34a69891f098b1d45acb3e662a 100644
|
| --- a/webrtc/modules/audio_coding/acm2/acm_receive_test.h
|
| +++ b/webrtc/modules/audio_coding/acm2/acm_receive_test.h
|
| @@ -50,12 +50,6 @@ class AcmReceiveTestOldApi {
|
| // files.
|
| void RegisterNetEqTestCodecs();
|
|
|
| - int RegisterExternalReceiveCodec(int rtp_payload_type,
|
| - AudioDecoder* external_decoder,
|
| - int sample_rate_hz,
|
| - int num_channels,
|
| - const std::string& name);
|
| -
|
| // Runs the test and returns true if successful.
|
| void Run();
|
|
|
|
|