diff libvo/vo_quartz.c @ 23381:300e9b7c499f

Remove some unused variables, patch by timwoj ieee org.
author diego
date Mon, 28 May 2007 08:42:35 +0000
parents 98eaf29b5dee
children a124f3abc1ec
line wrap: on
line diff
--- a/libvo/vo_quartz.c	Mon May 28 08:18:23 2007 +0000
+++ b/libvo/vo_quartz.c	Mon May 28 08:42:35 2007 +0000
@@ -99,7 +99,6 @@
 static GDHandle deviceHdl;
 
 static CGDataProviderRef dataProviderRef;
-static CGImageAlphaInfo alphaInfo;
 static CGImageRef image;
 
 static Rect imgRect; // size of the original image (unscaled)