summaryrefslogtreecommitdiffstats
path: root/media/audio/audio_output_proxy.h
diff options
context:
space:
mode:
Diffstat (limited to 'media/audio/audio_output_proxy.h')
-rw-r--r--media/audio/audio_output_proxy.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/media/audio/audio_output_proxy.h b/media/audio/audio_output_proxy.h
index d34f81f..1fb35a3 100644
--- a/media/audio/audio_output_proxy.h
+++ b/media/audio/audio_output_proxy.h
@@ -53,10 +53,6 @@ class MEDIA_EXPORT AudioOutputProxy
scoped_refptr<AudioOutputDispatcher> dispatcher_;
State state_;
- // The actual audio stream. Must be set to NULL in any state other
- // than kPlaying.
- AudioOutputStream* physical_stream_;
-
// Need to save volume here, so that we can restore it in case the stream
// is stopped, and then started again.
double volume_;