From c5f67c15598131816d9f2422a213bd7a2ed6b963 Mon Sep 17 00:00:00 2001 From: David Conrad Date: Sun, 12 Oct 2008 19:41:17 +0000 Subject: Remove unused variables Originally committed as revision 15602 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/vp3.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'libavcodec/vp3.c') diff --git a/libavcodec/vp3.c b/libavcodec/vp3.c index fec0fd77c8..9dd7055732 100644 --- a/libavcodec/vp3.c +++ b/libavcodec/vp3.c @@ -140,8 +140,6 @@ typedef struct Vp3DecodeContext { int last_quality_index; int superblock_count; - int superblock_width; - int superblock_height; int y_superblock_width; int y_superblock_height; int c_superblock_width; -- cgit v1.2.3