comparison mac/dw.m @ 1264:c72f5c35e67c

Removed some unused variables on Mac.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Tue, 25 Oct 2011 11:11:38 +0000
parents 61d0c5f84644
children 9e477efbacca
comparison
equal deleted inserted replaced
1263:6b605b0700e8 1264:c72f5c35e67c
5243 { 5243 {
5244 int _locked_by_me = FALSE; 5244 int _locked_by_me = FALSE;
5245 DW_MUTEX_LOCK; 5245 DW_MUTEX_LOCK;
5246 id image = handle; 5246 id image = handle;
5247 double r, a1, a2, a; 5247 double r, a1, a2, a;
5248 int x3, y3;
5249 5248
5250 if(pixmap) 5249 if(pixmap)
5251 { 5250 {
5252 image = (id)pixmap->image; 5251 image = (id)pixmap->image;
5253 [NSGraphicsContext saveGraphicsState]; 5252 [NSGraphicsContext saveGraphicsState];