diff --git a/vp8/common/onyxc_int.h b/vp8/common/onyxc_int.h index 2f8bd689e..a0c97a113 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 41e676984..1cee34a63 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