# HG changeset patch # User diego # Date 1268750143 0 # Node ID fc34860b15f1202486f44dbe571f2dff69e595b1 # Parent 22ec9cfbb129f14edd385d76a91381b6c36651c9 Remove unused variable, fixes the warning: libmpcodecs/vd_qtvideo.c:242: warning: unused variable 'result' diff -r 22ec9cfbb129 -r fc34860b15f1 libmpcodecs/vd_qtvideo.c --- a/libmpcodecs/vd_qtvideo.c Tue Mar 16 14:30:31 2010 +0000 +++ b/libmpcodecs/vd_qtvideo.c Tue Mar 16 14:35:43 2010 +0000 @@ -239,7 +239,6 @@ // uninit driver static void uninit(sh_video_t *sh){ - OSErr result; if(OutBufferGWorld) { DisposeGWorld(OutBufferGWorld); OutBufferGWorld = NULL;