| Index: webrtc/modules/audio_coding/acm2/codec_manager.h
|
| diff --git a/webrtc/modules/audio_coding/acm2/codec_manager.h b/webrtc/modules/audio_coding/acm2/codec_manager.h
|
| index ad96d1d9f074ce86bfdae6928e4d36696bfbefab..9227e13f09ad14077af9cab46c7fdf39611e268c 100644
|
| --- a/webrtc/modules/audio_coding/acm2/codec_manager.h
|
| +++ b/webrtc/modules/audio_coding/acm2/codec_manager.h
|
| @@ -53,8 +53,6 @@ class CodecManager final {
|
|
|
| bool SetCodecFEC(bool enable_codec_fec);
|
|
|
| - bool CurrentEncoderIsOpus() const;
|
| -
|
| private:
|
| rtc::ThreadChecker thread_checker_;
|
| rtc::Optional<CodecInst> send_codec_inst_;
|
|
|