From: Dmitry Kovalev Date: Tue, 19 Aug 2014 22:00:11 +0000 (-0700) Subject: Removing unused tbd struct member. X-Git-Tag: v1.4.0~977^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6acde6bfcd3d0bc2e89b735aee8572ffa81d47f4;p=libvpx Removing unused tbd struct member. Change-Id: I07f7aea60ef7b9904f67e12eb5b2bfeb7348a454 --- diff --git a/vpx/internal/vpx_codec_internal.h b/vpx/internal/vpx_codec_internal.h index a7716d130..0f5ce3d68 100644 --- a/vpx/internal/vpx_codec_internal.h +++ b/vpx/internal/vpx_codec_internal.h @@ -347,7 +347,6 @@ struct vpx_codec_priv { vpx_codec_priv_cb_pair_t put_slice_cb; } dec; struct { - int tbd; struct vpx_fixed_buf cx_data_dst_buf; unsigned int cx_data_pad_before; unsigned int cx_data_pad_after;