summaryrefslogtreecommitdiff
path: root/vp8/common/predictdc.h
diff options
context:
space:
mode:
authorJohn Koleszar <jkoleszar@google.com>2011-02-17 09:57:03 -0500
committerJohn Koleszar <jkoleszar@google.com>2011-02-18 09:12:20 -0500
commit3ed8fe877839d93052ccbf4cbd87e0f417067d0f (patch)
tree63a6392583b4c5f18d1647083cd711249189fdb9 /vp8/common/predictdc.h
parentd371ca93e51ae5c6cd088700f45f35dc9303e8c0 (diff)
downloadlibvpx-3ed8fe877839d93052ccbf4cbd87e0f417067d0f.tar
libvpx-3ed8fe877839d93052ccbf4cbd87e0f417067d0f.tar.gz
libvpx-3ed8fe877839d93052ccbf4cbd87e0f417067d0f.tar.bz2
libvpx-3ed8fe877839d93052ccbf4cbd87e0f417067d0f.zip
remove unused vp8_predict_dc function
Change-Id: I64fa47889c54cfed094a674c49ef0996d49bdd42
Diffstat (limited to 'vp8/common/predictdc.h')
-rw-r--r--vp8/common/predictdc.h18
1 files changed, 0 insertions, 18 deletions
diff --git a/vp8/common/predictdc.h b/vp8/common/predictdc.h
deleted file mode 100644
index fa8596822..000000000
--- a/vp8/common/predictdc.h
+++ /dev/null
@@ -1,18 +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.
- */
-
-
-#ifndef __PREDICTDC_H
-#define __PREDICTDC_H
-
-void uvvp8_predict_dc(short *lastdc, short *thisdc, short quant, short *cons);
-void vp8_predict_dc(short *lastdc, short *thisdc, short quant, short *cons);
-
-#endif