comparison 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
comparison
equal deleted inserted replaced
23380:8ef36374e8c5 23381:300e9b7c499f
97 static CGContextRef context; 97 static CGContextRef context;
98 static CGRect bounds; 98 static CGRect bounds;
99 static GDHandle deviceHdl; 99 static GDHandle deviceHdl;
100 100
101 static CGDataProviderRef dataProviderRef; 101 static CGDataProviderRef dataProviderRef;
102 static CGImageAlphaInfo alphaInfo;
103 static CGImageRef image; 102 static CGImageRef image;
104 103
105 static Rect imgRect; // size of the original image (unscaled) 104 static Rect imgRect; // size of the original image (unscaled)
106 static Rect dstRect; // size of the displayed image (after scaling) 105 static Rect dstRect; // size of the displayed image (after scaling)
107 static Rect winRect; // size of the window containg the displayed image (include padding) 106 static Rect winRect; // size of the window containg the displayed image (include padding)