From: Yunqing Wang Date: Wed, 11 Sep 2013 16:32:00 +0000 (-0700) Subject: code cleanup X-Git-Tag: v1.3.0~458 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=079183c1a804b9ffbd2a2466c367b0b1ece34eb8;p=libvpx code cleanup Removed unused function. Change-Id: Icb12a09e4d303968be6aec9fae1ef05935913a4f --- diff --git a/vp9/common/vp9_entropymv.h b/vp9/common/vp9_entropymv.h index 92581da2c..a10c933f6 100644 --- a/vp9/common/vp9_entropymv.h +++ b/vp9/common/vp9_entropymv.h @@ -126,6 +126,4 @@ typedef struct { void vp9_inc_mv(const MV *mv, nmv_context_counts *mvctx); -void vp9_counts_process(nmv_context_counts *NMVcount, int usehp); - #endif // VP9_COMMON_VP9_ENTROPYMV_H_