From 29860331f1f1c3f2430d604246af3385b42360c0 Mon Sep 17 00:00:00 2001 From: eladalon Date: Tue, 13 Jun 2017 07:28:31 -0700 Subject: [PATCH] Remove webrtcvideoengine2.h BUG=None Review-Url: https://codereview.webrtc.org/2937673002 Cr-Commit-Position: refs/heads/master@{#18566} --- webrtc/media/engine/webrtcvideoengine2.h | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 webrtc/media/engine/webrtcvideoengine2.h diff --git a/webrtc/media/engine/webrtcvideoengine2.h b/webrtc/media/engine/webrtcvideoengine2.h deleted file mode 100644 index a123acf8dd..0000000000 --- a/webrtc/media/engine/webrtcvideoengine2.h +++ /dev/null @@ -1,18 +0,0 @@ -/* - * Copyright (c) 2017 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 WEBRTC_MEDIA_ENGINE_WEBRTCVIDEOENGINE2_H_ -#define WEBRTC_MEDIA_ENGINE_WEBRTCVIDEOENGINE2_H_ - -// TODO(eladalon): Remove this legacy. -#include "webrtc/media/engine/webrtcvideoengine.h" - -#endif // WEBRTC_MEDIA_ENGINE_WEBRTCVIDEOENGINE2_H_ -