]> git.sesse.net Git - vlc/commitdiff
macosx: remove unused variable.
authorJean-Paul Saman <jpsaman@videolan.org>
Tue, 10 Mar 2009 15:56:28 +0000 (16:56 +0100)
committerJean-Paul Saman <jpsaman@videolan.org>
Tue, 17 Mar 2009 13:03:11 +0000 (14:03 +0100)
modules/gui/macosx/voutgl.m

index e46cd8c040f6f756ff21f143e09dbdc31caf1ba4..0d4de2e461ca959aefd1c857b4b9f31e6edcc471 100644 (file)
@@ -58,7 +58,6 @@
 
 struct vout_sys_t
 {
-    NSAutoreleasePool * o_pool;
     VLCGLView         * o_glview;
     VLCVoutView       * o_vout_view;
     bool                b_saved_frame;