From f8c18fd03a2cf401b35d0645a0dabfd47c359254 Mon Sep 17 00:00:00 2001 From: Mirko Bonadei Date: Tue, 14 Dec 2021 09:17:04 +0100 Subject: [PATCH] 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 Reviewed-by: Mark Foltz Commit-Queue: Mark Foltz Cr-Commit-Position: refs/heads/main@{#35536} --- modules/desktop_capture/BUILD.gn | 1 - modules/desktop_capture/linux/shared_x_display.h | 11 ----------- 2 files changed, 12 deletions(-) delete mode 100644 modules/desktop_capture/linux/shared_x_display.h diff --git a/modules/desktop_capture/BUILD.gn b/modules/desktop_capture/BUILD.gn index 487bbf28ab..9471fa3b9e 100644 --- a/modules/desktop_capture/BUILD.gn +++ b/modules/desktop_capture/BUILD.gn @@ -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", diff --git a/modules/desktop_capture/linux/shared_x_display.h b/modules/desktop_capture/linux/shared_x_display.h deleted file mode 100644 index 503394c593..0000000000 --- a/modules/desktop_capture/linux/shared_x_display.h +++ /dev/null @@ -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"