From 37fe15b1c86e54630edf7058d9447006c2bb1081 Mon Sep 17 00:00:00 2001 From: diego Date: Tue, 28 Aug 2007 16:59:24 +0000 Subject: warning fix: ve_qtvideo.c: At top level: ve_qtvideo.c:109: warning: 'decompressor' defined but not used git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24267 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libmpcodecs/ve_qtvideo.c | 1 - 1 file changed, 1 deletion(-) diff --git a/libmpcodecs/ve_qtvideo.c b/libmpcodecs/ve_qtvideo.c index 27c0a73a07..fee22005dd 100644 --- a/libmpcodecs/ve_qtvideo.c +++ b/libmpcodecs/ve_qtvideo.c @@ -106,7 +106,6 @@ static GWorldPtr frame_GWorld_prev = NULL; static Rect FrameRect; static CompressorComponent compressor; -static DecompressorComponent decompressor; static ImageDescriptionHandle desc; static ImageSequence seq; -- cgit v1.2.3