code cleanup

Removed unused function.

Change-Id: Icb12a09e4d303968be6aec9fae1ef05935913a4f
This commit is contained in:
Yunqing Wang
2013-09-11 09:32:00 -07:00
parent 65fe7d7605
commit 079183c1a8

View 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_