Delete unused member variable VideoTrackSource::options_.
Bug: None Change-Id: I1aa4a29aa83faaec22bfe811044439bbdc9b8b15 Reviewed-on: https://webrtc-review.googlesource.com/78400 Reviewed-by: Per Kjellander <perkj@webrtc.org> Commit-Queue: Niels Moller <nisse@webrtc.org> Cr-Commit-Position: refs/heads/master@{#23365}
This commit is contained in:
parent
ccd1048498
commit
89ee4a6c8c
@ -44,7 +44,6 @@ class VideoTrackSource : public Notifier<VideoTrackSourceInterface> {
|
||||
private:
|
||||
rtc::ThreadChecker worker_thread_checker_;
|
||||
rtc::VideoSourceInterface<VideoFrame>* source_;
|
||||
cricket::VideoOptions options_;
|
||||
SourceState state_;
|
||||
const bool remote_;
|
||||
};
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user