summaryrefslogtreecommitdiffstats
path: root/libvo/vo_corevideo.h
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-09-01 21:16:58 +0000
committerreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-09-01 21:16:58 +0000
commit1b3c42472d2e088a134c1f020b2ae4de3fb3a159 (patch)
tree0f56469136b1469e25764d6823f41a3b42098bfa /libvo/vo_corevideo.h
parent9ad17fad92aa34edcfae05e03df4cce7b63fa1e8 (diff)
downloadmpv-1b3c42472d2e088a134c1f020b2ae4de3fb3a159.tar.bz2
mpv-1b3c42472d2e088a134c1f020b2ae4de3fb3a159.tar.xz
Make glContext a local variable, it is not needed outside the function
where it is allocated, reference counting takes care of freeing it. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29617 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo/vo_corevideo.h')
-rw-r--r--libvo/vo_corevideo.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/libvo/vo_corevideo.h b/libvo/vo_corevideo.h
index 7789aa87af..691ebe6537 100644
--- a/libvo/vo_corevideo.h
+++ b/libvo/vo_corevideo.h
@@ -40,7 +40,6 @@
{
//Cocoa
NSWindow *window;
- NSOpenGLContext *glContext;
NSEvent *event;
//CoreVideo