diff --git a/vp8/common/onyxc_int.h b/vp8/common/onyxc_int.h
index 2f8bd689ebf840340762182809398be0014d5e25..a0c97a113754ceeba64d6168fa5240996fcea98b 100644
--- a/vp8/common/onyxc_int.h
+++ b/vp8/common/onyxc_int.h
@@ -156,7 +156,6 @@ typedef struct VP8Common
 
     unsigned int current_video_frame;
 
-    int near_boffset[3];
     int version;
 
     TOKEN_PARTITION multi_token_partition;
diff --git a/vp9/common/vp9_onyxc_int.h b/vp9/common/vp9_onyxc_int.h
index 41e6769847294ecdc0ea4ce3c28fad9a73c107f1..1cee34a63587ea98cc37d8a1f1da2b07dbd340eb 100644
--- a/vp9/common/vp9_onyxc_int.h
+++ b/vp9/common/vp9_onyxc_int.h
@@ -245,7 +245,6 @@ typedef struct VP9Common {
   unsigned int  frame_context_idx; /* Context to use/update */
 
   unsigned int current_video_frame;
-  int near_boffset[3];
   int version;
 
 #if CONFIG_POSTPROC