Index: media/audio/linux/alsa_output.h |
diff --git a/media/audio/linux/alsa_output.h b/media/audio/linux/alsa_output.h |
index eaea5a233b13c522bbf2fd6ef20702eb9352096f..6bc7de9bf6b5761c75461a410fbcd894c1a1cfce 100644 |
--- a/media/audio/linux/alsa_output.h |
+++ b/media/audio/linux/alsa_output.h |
@@ -146,7 +146,6 @@ class AlsaPcmOutputStream : |
uint32 latency); |
bool CloseDevice(snd_pcm_t* handle); |
snd_pcm_sframes_t GetAvailableFrames(); |
- snd_pcm_sframes_t GetCurrentDelay(); |
// Attempts to find the best matching linux audio device for the given number |
// of channels. This function will set |device_name_| and |should_downmix_|. |