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"