From: Dmitry Kovalev Date: Fri, 18 Oct 2013 18:56:55 +0000 (-0700) Subject: Removing unused struct member mvcount[MV_VALS]. X-Git-Tag: v1.3.0~178^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1f5d744742c94118708cb2815fc3a468af8103ca;p=libvpx Removing unused struct member mvcount[MV_VALS]. Change-Id: Iaaca88097904b889769901f2bd331f4fff0e5044 --- diff --git a/vp9/common/vp9_entropymv.h b/vp9/common/vp9_entropymv.h index c42653d42..d843f5bfe 100644 --- a/vp9/common/vp9_entropymv.h +++ b/vp9/common/vp9_entropymv.h @@ -112,7 +112,6 @@ int vp9_get_mv_mag(MV_CLASS_TYPE c, int offset); typedef struct { - unsigned int mvcount[MV_VALS]; unsigned int sign[2]; unsigned int classes[MV_CLASSES]; unsigned int class0[CLASS0_SIZE];