From: Ronald S. Bultje Date: Fri, 5 Apr 2013 19:38:40 +0000 (-0700) Subject: Remove struct POS. X-Git-Tag: v1.3.0~1106^2~306^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0732a61c37181233870746b3b3c0d15a9ede8abe;p=libvpx Remove struct POS. It is never used. Change-Id: If7462357c0498ed05af2645f0c272124381d3aab --- diff --git a/vp9/common/vp9_blockd.h b/vp9/common/vp9_blockd.h index 446c18196..22fc4f86a 100644 --- a/vp9/common/vp9_blockd.h +++ b/vp9/common/vp9_blockd.h @@ -45,10 +45,6 @@ #define MAX_MV_REFS 9 #define MAX_MV_REF_CANDIDATES 4 -typedef struct { - int r, c; -} POS; - typedef enum { PLANE_TYPE_Y_WITH_DC, PLANE_TYPE_UV,