[vlc-devel] commit: Remove no-op ( Rémi Denis-Courmont )

git version control git at videolan.org
Thu Dec 10 22:14:42 CET 2009


vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Thu Dec 10 23:09:26 2009 +0200| [719ee562f1a07a3a0333e71ddfe096600c5106a1] | committer: Rémi Denis-Courmont 

Remove no-op

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=719ee562f1a07a3a0333e71ddfe096600c5106a1
---

 modules/video_output/xcb/xvideo.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/modules/video_output/xcb/xvideo.c b/modules/video_output/xcb/xvideo.c
index a16cb6b..6bb8873 100644
--- a/modules/video_output/xcb/xvideo.c
+++ b/modules/video_output/xcb/xvideo.c
@@ -502,7 +502,6 @@ static int Open (vlc_object_t *obj)
     p_sys->cursor = CreateBlankCursor (conn, screen);
 
     /* */
-    p_sys->pool = NULL;
 
     /* */
     vout_display_info_t info = vd->info;




More information about the vlc-devel mailing list