Remove forward header.

A version of WebRTC with the forward header is now present and it
will simplify the migration to the new header.

Bug: webrtc:13429
Change-Id: I14da7a9106e97f826d8ff3874a12ff66f03235e0
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/241202
Auto-Submit: Mirko Bonadei <mbonadei@webrtc.org>
Reviewed-by: Mark Foltz <mfoltz@chromium.org>
Commit-Queue: Mark Foltz <mfoltz@chromium.org>
Cr-Commit-Position: refs/heads/main@{#35536}
This commit is contained in:
Mirko Bonadei 2021-12-14 09:17:04 +01:00 committed by WebRTC LUCI CQ
parent e252a12070
commit f8c18fd03a
2 changed files with 0 additions and 12 deletions

View File

@ -417,7 +417,6 @@ rtc_library("desktop_capture_generic") {
if (rtc_use_x11_extensions) {
sources += [
"linux/shared_x_display.h",
"linux/x11/mouse_cursor_monitor_x11.cc",
"linux/x11/mouse_cursor_monitor_x11.h",
"linux/x11/screen_capturer_x11.cc",

View File

@ -1,11 +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.
*/
#include "modules/desktop_capture/linux/x11/shared_x_display.h"