| Index: remoting/client/audio_player.h
|
| diff --git a/remoting/client/audio_player.h b/remoting/client/audio_player.h
|
| index 0ddbba7be2803a072579519f3fa6850e57488597..7422c6660b2d4106e06ba82ed4932d56d9a64340 100644
|
| --- a/remoting/client/audio_player.h
|
| +++ b/remoting/client/audio_player.h
|
| @@ -27,8 +27,6 @@ class AudioPlayer : public AudioConsumer {
|
|
|
| ~AudioPlayer() override;
|
|
|
| - void ProcessAudioPacket(std::unique_ptr<AudioPacket> packet);
|
| -
|
| // AudioConsumer implementation.
|
| void AddAudioPacket(std::unique_ptr<AudioPacket> packet) override;
|
|
|
|
|