From 6acde6bfcd3d0bc2e89b735aee8572ffa81d47f4 Mon Sep 17 00:00:00 2001 From: Dmitry Kovalev Date: Tue, 19 Aug 2014 15:00:11 -0700 Subject: [PATCH] Removing unused tbd struct member. Change-Id: I07f7aea60ef7b9904f67e12eb5b2bfeb7348a454 --- vpx/internal/vpx_codec_internal.h | 1 - 1 file changed, 1 deletion(-) 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; -- 2.40.0