comparison libvo/vo_macosx.m @ 23381:300e9b7c499f

Remove some unused variables, patch by timwoj ieee org.
author diego
date Mon, 28 May 2007 08:42:35 +0000
parents c35115c05c64
children a124f3abc1ec
comparison
equal deleted inserted replaced
23380:8ef36374e8c5 23381:300e9b7c499f
93 } 93 }
94 } 94 }
95 95
96 static int config(uint32_t width, uint32_t height, uint32_t d_width, uint32_t d_height, uint32_t flags, char *title, uint32_t format) 96 static int config(uint32_t width, uint32_t height, uint32_t d_width, uint32_t d_height, uint32_t flags, char *title, uint32_t format)
97 { 97 {
98 int i;
99 98
100 //init screen 99 //init screen
101 screen_array = [NSScreen screens]; 100 screen_array = [NSScreen screens];
102 if(screen_id < [screen_array count]) 101 if(screen_id < [screen_array count])
103 { 102 {