Chromium Code Reviews| Index: webrtc/common_types.h |
| diff --git a/webrtc/common_types.h b/webrtc/common_types.h |
| index 73e8364d285dca2deefd053b9ec1bc9d2fac768f..faa875a406709eacd8560bfc5ededc04d75aaf41 100644 |
| --- a/webrtc/common_types.h |
| +++ b/webrtc/common_types.h |
| @@ -467,7 +467,6 @@ enum StereoChannel { kStereoLeft = 0, kStereoRight, kStereoBoth }; |
| // Audio device layers |
| enum AudioLayers { |
| kAudioPlatformDefault = 0, |
| - kAudioWindowsWave = 1, |
| kAudioWindowsCore = 2, |
| kAudioLinuxAlsa = 3, |
| kAudioLinuxPulse = 4 |