| Index: remoting/host/audio_capturer_win.h
|
| diff --git a/remoting/host/audio_capturer_win.h b/remoting/host/audio_capturer_win.h
|
| index 571961c9e740da1074a84866efcd2fde65ba75dd..c9f19d3cf3d3432cc898c0cc68156f25a7729cdd 100644
|
| --- a/remoting/host/audio_capturer_win.h
|
| +++ b/remoting/host/audio_capturer_win.h
|
| @@ -27,8 +27,6 @@ class AudioCapturerWin : public AudioCapturer {
|
|
|
| // AudioCapturer interface.
|
| virtual bool Start(const PacketCapturedCallback& callback) override;
|
| - virtual void Stop() override;
|
| - virtual bool IsStarted() override;
|
|
|
| private:
|
| // Receives all packets from the audio capture endpoint buffer and pushes them
|
|
|