summaryrefslogtreecommitdiffstats
path: root/libvo/vo_macosx.m
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-05-28 08:42:35 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-05-28 08:42:35 +0000
commit5edd9af248f1a917d7daf7e106ac0a18660ef60d (patch)
tree8ac2949040dc139c04f4070fd260f69cb2af7e79 /libvo/vo_macosx.m
parent1fdbab9197d1e3d77fcc90c18eeeb33d5a7d57ef (diff)
downloadmpv-5edd9af248f1a917d7daf7e106ac0a18660ef60d.tar.bz2
mpv-5edd9af248f1a917d7daf7e106ac0a18660ef60d.tar.xz
Remove some unused variables, patch by timwoj ieee org.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23399 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo/vo_macosx.m')
-rw-r--r--libvo/vo_macosx.m1
1 files changed, 0 insertions, 1 deletions
diff --git a/libvo/vo_macosx.m b/libvo/vo_macosx.m
index dd1520c43f..fdbff85a14 100644
--- a/libvo/vo_macosx.m
+++ b/libvo/vo_macosx.m
@@ -95,7 +95,6 @@ static void draw_alpha(int x0, int y0, int w, int h, unsigned char *src, unsigne
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)
{
- int i;
//init screen
screen_array = [NSScreen screens];