diff --git a/vp9/common/vp9_entropymv.h b/vp9/common/vp9_entropymv.h index 92581da2cef92f69dc8ac62c0aad98335e56d9e3..a10c933f60e4acb8559f560c5f78b63792c274bd 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_