Skip to content

Commit

Permalink
Removing some unused members from SessionConfig
Browse files Browse the repository at this point in the history
I noticed these while working on the AV1 encoder. Splitting out into
a separate CL since it's not related to that work.

Bug: NO_BUG
Change-Id: I88045bd071b5cbb7943149a34ba9b5109fd12ba9
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3642837
Reviewed-by: Lambros Lambrou <lambroslambrou@chromium.org>
Auto-Submit: Joe Downing <joedow@chromium.org>
Commit-Queue: Lambros Lambrou <lambroslambrou@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1002325}
  • Loading branch information
joedow-42 authored and Chromium LUCI CQ committed May 11, 2022
1 parent 159837c commit 25d5210
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions remoting/protocol/session_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -190,9 +190,6 @@ class CandidateSessionConfig {
std::list<ChannelConfig> event_configs_;
std::list<ChannelConfig> video_configs_;
std::list<ChannelConfig> audio_configs_;

bool vp9_experiment_enabled_ = false;
bool h264_experiment_enabled_ = false;
};

} // namespace protocol
Expand Down

0 comments on commit 25d5210

Please sign in to comment.