| Index: media/audio/win/core_audio_util_win.h
|
| diff --git a/media/audio/win/core_audio_util_win.h b/media/audio/win/core_audio_util_win.h
|
| index 75e90ce03766d9b07caf5cfeb8f126fd3e70a547..4e935318d365bf0ba10683d68d287eb37d36470f 100644
|
| --- a/media/audio/win/core_audio_util_win.h
|
| +++ b/media/audio/win/core_audio_util_win.h
|
| @@ -229,9 +229,6 @@ class MEDIA_EXPORT CoreAudioUtil {
|
| static bool FillRenderEndpointBufferWithSilence(
|
| IAudioClient* client, IAudioRenderClient* render_client);
|
|
|
| - // Returns true if the given output device is a remote audio endpoint.
|
| - static bool IsRemoteOutputDevice(const std::string& device_id);
|
| -
|
| private:
|
| CoreAudioUtil() {}
|
| ~CoreAudioUtil() {}
|
|
|