| Index: webrtc/modules/video_capture/windows/video_capture_ds.cc
|
| diff --git a/webrtc/modules/video_capture/windows/video_capture_ds.cc b/webrtc/modules/video_capture/windows/video_capture_ds.cc
|
| index a75ef5bc49538916a5fd83af2100f247087da54f..a98b1b85275519b980fe393fd01d29e1c10252d0 100644
|
| --- a/webrtc/modules/video_capture/windows/video_capture_ds.cc
|
| +++ b/webrtc/modules/video_capture/windows/video_capture_ds.cc
|
| @@ -233,8 +233,6 @@ int32_t VideoCaptureDS::SetCameraOutput(
|
| {
|
| capability.maxFPS = 30;
|
| }
|
| - // Store the new expected capture delay
|
| - _captureDelay = capability.expectedCaptureDelay;
|
|
|
| // Convert it to the windows capability index since they are not nexessary
|
| // the same
|
|
|