Index: remoting/host/audio_capturer.h |
diff --git a/remoting/host/audio_capturer.h b/remoting/host/audio_capturer.h |
index 1c456c14ce8a666b3c1696205430153506b4d1bd..8b6e6c0dd6a7ff6c07606d9a6728c4464af71bf6 100644 |
--- a/remoting/host/audio_capturer.h |
+++ b/remoting/host/audio_capturer.h |
@@ -30,8 +30,6 @@ class AudioCapturer { |
virtual void Stop() = 0; |
// Returns true if the audio capturer is running. |
virtual bool IsRunning() = 0; |
- |
- static bool IsValidSampleRate(int sample_rate); |
}; |
} // namespace remoting |