[vlc-devel] commit: macosx: remove unused variable. (Jean-Paul Saman )
git version control
git at videolan.org
Tue Mar 17 16:07:53 CET 2009
vlc | branch: master | Jean-Paul Saman <jpsaman at videolan.org> | Tue Mar 10 16:56:28 2009 +0100| [aeb990e6af798d88ccec542386b7e2b7eb1db08a] | committer: Jean-Paul Saman
macosx: remove unused variable.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=aeb990e6af798d88ccec542386b7e2b7eb1db08a
---
modules/gui/macosx/voutgl.m | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/modules/gui/macosx/voutgl.m b/modules/gui/macosx/voutgl.m
index e46cd8c..0d4de2e 100644
--- a/modules/gui/macosx/voutgl.m
+++ b/modules/gui/macosx/voutgl.m
@@ -58,7 +58,6 @@
struct vout_sys_t
{
- NSAutoreleasePool * o_pool;
VLCGLView * o_glview;
VLCVoutView * o_vout_view;
bool b_saved_frame;
More information about the vlc-devel
mailing list