From: Jean-Paul Saman Date: Tue, 10 Mar 2009 15:56:28 +0000 (+0100) Subject: macosx: remove unused variable. X-Git-Tag: 1.0.0-pre1~41 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=aeb990e6af798d88ccec542386b7e2b7eb1db08a;p=vlc macosx: remove unused variable. --- diff --git a/modules/gui/macosx/voutgl.m b/modules/gui/macosx/voutgl.m index e46cd8c040..0d4de2e461 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;