]> granicus.if.org Git - libvpx/commitdiff
Remove common_data.c file from vp10 folder
authorJingning Han <jingning@google.com>
Thu, 13 Aug 2015 15:38:50 +0000 (08:38 -0700)
committerJingning Han <jingning@google.com>
Thu, 13 Aug 2015 16:33:03 +0000 (16:33 +0000)
This file is empty in vp10. Remove it to clear out visual studio
warning.

Change-Id: I741e88adcf3c9fc6b73b13ea08a2094e2f3a7eba

vp10/common/common_data.c [deleted file]
vp10/vp10_common.mk

diff --git a/vp10/common/common_data.c b/vp10/common/common_data.c
deleted file mode 100644 (file)
index e805555..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-/*
- *  Copyright (c) 2010 The WebM 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 "vp10/common/common_data.h"
-
-
index cecbebe12d3bc0a6efa7251f839bd35a107fb6ce..16a723c0ac28fa90a9bcc94052b78a818a15ff5f 100644 (file)
@@ -56,7 +56,6 @@ VP10_COMMON_SRCS-yes += common/quant_common.c
 VP10_COMMON_SRCS-yes += common/reconinter.c
 VP10_COMMON_SRCS-yes += common/reconintra.c
 VP10_COMMON_SRCS-$(CONFIG_POSTPROC_VISUALIZER) += common/textblit.c
-VP10_COMMON_SRCS-yes += common/common_data.c
 VP10_COMMON_SRCS-yes += common/common_data.h
 VP10_COMMON_SRCS-yes += common/scan.c
 VP10_COMMON_SRCS-yes += common/scan.h