diff options
author | Bobby Bingham <uhmmmm@gmail.com> | 2012-10-08 00:23:07 -0500 |
---|---|---|
committer | Bobby Bingham <uhmmmm@gmail.com> | 2012-10-08 22:47:58 -0500 |
commit | 50787fe350c28d39339658152f6c05833a178ee3 (patch) | |
tree | 2fc49152c14d6841a4c8759ac1e2c9bfb70f55af /libavcodec | |
parent | c2eec3df89961d10d455acf1fdbde12c4e7d7227 (diff) | |
download | ffmpeg-50787fe350c28d39339658152f6c05833a178ee3.tar.gz |
targa: remove unused context members
Signed-off-by: Bobby Bingham <uhmmmm@gmail.com>
Diffstat (limited to 'libavcodec')
-rw-r--r-- | libavcodec/targa.c | 3 |
1 files changed, 0 insertions, 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, |