From ce0324d8dd910d7cc4fa64aa4ec5c0c62dc07826 Mon Sep 17 00:00:00 2001 From: James Zern Date: Fri, 12 Jul 2013 18:08:49 -0700 Subject: [PATCH] VP[89]_COMMON: remove unused near_boffset Change-Id: If9b9ca703b997312df85241a0758d414cfdc5228 --- vp8/common/onyxc_int.h | 1 - vp9/common/vp9_onyxc_int.h | 1 - 2 files changed, 2 deletions(-) diff --git a/vp8/common/onyxc_int.h b/vp8/common/onyxc_int.h index 276dd72ea..844d26607 100644 --- a/vp8/common/onyxc_int.h +++ b/vp8/common/onyxc_int.h @@ -157,7 +157,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 46fcb2f2c..0085f2dca 100644 --- a/vp9/common/vp9_onyxc_int.h +++ b/vp9/common/vp9_onyxc_int.h @@ -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;