Remove struct POS.
authorRonald S. Bultje <rbultje@google.com>
Fri, 5 Apr 2013 19:38:40 +0000 (12:38 -0700)
committerRonald S. Bultje <rbultje@google.com>
Fri, 5 Apr 2013 19:38:40 +0000 (12:38 -0700)
It is never used.

Change-Id: If7462357c0498ed05af2645f0c272124381d3aab

vp9/common/vp9_blockd.h

index 446c181..22fc4f8 100644 (file)
 #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,