diff --git a/call/BUILD.gn b/call/BUILD.gn index 6819361ea3..b23e7513d2 100644 --- a/call/BUILD.gn +++ b/call/BUILD.gn @@ -229,7 +229,6 @@ rtc_static_library("call") { rtc_source_set("video_stream_api") { sources = [ - "video_config.h", "video_receive_stream.cc", "video_receive_stream.h", "video_send_stream.cc", diff --git a/call/video_config.h b/call/video_config.h deleted file mode 100644 index e05b5dc667..0000000000 --- a/call/video_config.h +++ /dev/null @@ -1,18 +0,0 @@ -/* - * Copyright (c) 2013 The WebRTC project authors. All Rights Reserved. - * - * Use of this source code is governed by a BSD-style license - * that can be found in the LICENSE file in the root of the source - * tree. An additional intellectual property rights grant can be found - * in the file PATENTS. All contributing project authors may - * be found in the AUTHORS file in the root of the source tree. - */ - -#ifndef CALL_VIDEO_CONFIG_H_ -#define CALL_VIDEO_CONFIG_H_ - -// TODO(bugs.webrtc.org/8830): Header file moved to api/. Delete this -// file as soon as downstream applications are updated. -#include "api/video_codecs/video_encoder_config.h" - -#endif // CALL_VIDEO_CONFIG_H_ diff --git a/modules/video_coding/codecs/test/videocodec_test_fixture_impl.cc b/modules/video_coding/codecs/test/videocodec_test_fixture_impl.cc index 8cfbbfd79a..a5c76ad5eb 100644 --- a/modules/video_coding/codecs/test/videocodec_test_fixture_impl.cc +++ b/modules/video_coding/codecs/test/videocodec_test_fixture_impl.cc @@ -16,7 +16,6 @@ #include "absl/memory/memory.h" #include "api/video_codecs/sdp_video_format.h" -#include "call/video_config.h" #include "common_types.h" // NOLINT(build/include) #include "media/base/h264_profile_level_id.h" #include "media/base/mediaconstants.h"