code cleanup
authorYunqing Wang <yunqingwang@google.com>
Wed, 11 Sep 2013 16:32:00 +0000 (09:32 -0700)
committerYunqing Wang <yunqingwang@google.com>
Wed, 11 Sep 2013 16:32:00 +0000 (09:32 -0700)
Removed unused function.

Change-Id: Icb12a09e4d303968be6aec9fae1ef05935913a4f

vp9/common/vp9_entropymv.h

index 92581da..a10c933 100644 (file)
@@ -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_