changeset 30870:fc34860b15f1

Remove unused variable, fixes the warning: libmpcodecs/vd_qtvideo.c:242: warning: unused variable 'result'
author diego
date Tue, 16 Mar 2010 14:35:43 +0000
parents 22ec9cfbb129
children 24a1c1f79296
files libmpcodecs/vd_qtvideo.c
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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;