]> granicus.if.org Git - libvpx/commitdiff
VP[89]_COMMON: remove unused near_boffset
authorJames Zern <jzern@google.com>
Sat, 13 Jul 2013 01:08:49 +0000 (18:08 -0700)
committerJames Zern <jzern@google.com>
Sat, 13 Jul 2013 02:41:27 +0000 (19:41 -0700)
Change-Id: If9b9ca703b997312df85241a0758d414cfdc5228

vp8/common/onyxc_int.h
vp9/common/vp9_onyxc_int.h

index 276dd72ead07721a2dc8652a6d7078f7986258e3..844d266071fd595de0de3b8a6b6724eb049d546b 100644 (file)
@@ -157,7 +157,6 @@ typedef struct VP8Common
 
     unsigned int current_video_frame;
 
-    int near_boffset[3];
     int version;
 
     TOKEN_PARTITION multi_token_partition;
index 46fcb2f2c47442be40fa20fc6580881cabc35601..0085f2dcafc3c158546678b309d462a101d2b20e 100644 (file)
@@ -252,7 +252,6 @@ typedef struct VP9Common {
   unsigned int  frame_context_idx; /* Context to use/update */
 
   unsigned int current_video_frame;
-  int near_boffset[3];
   int version;
 
   double bitrate;