From: Ronald S. Bultje Date: Fri, 5 Apr 2013 19:37:45 +0000 (-0700) Subject: Remove unused vpx_log() function prototype. X-Git-Tag: v1.3.0~1106^2~307^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1cb34c32ed13d416143528eb124ed53d55de930a;p=libvpx Remove unused vpx_log() function prototype. Change-Id: Icd6b4322841fefcc86f06645e6aaf1ea42fdfabd --- diff --git a/vp9/common/vp9_blockd.h b/vp9/common/vp9_blockd.h index e28e146e7..446c18196 100644 --- a/vp9/common/vp9_blockd.h +++ b/vp9/common/vp9_blockd.h @@ -12,8 +12,6 @@ #ifndef VP9_COMMON_VP9_BLOCKD_H_ #define VP9_COMMON_VP9_BLOCKD_H_ -void vpx_log(const char *format, ...); - #include "./vpx_config.h" #include "vpx_scale/yv12config.h" #include "vp9/common/vp9_convolve.h"