From 50787fe350c28d39339658152f6c05833a178ee3 Mon Sep 17 00:00:00 2001 From: Bobby Bingham Date: Mon, 8 Oct 2012 00:23:07 -0500 Subject: [PATCH] targa: remove unused context members Signed-off-by: Bobby Bingham --- libavcodec/targa.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/libavcodec/targa.c b/libavcodec/targa.c index dfa8d44d07..dd7f0b3d5b 100644 --- a/libavcodec/targa.c +++ b/libavcodec/targa.c @@ -28,9 +28,6 @@ typedef struct TargaContext { AVFrame picture; GetByteContext gb; - - int color_type; - int compression_type; } TargaContext; static uint8_t *advance_line(uint8_t *start, uint8_t *line,