]> git.sesse.net Git - vlc/commitdiff
Remove no-op
authorRémi Denis-Courmont <remi@remlab.net>
Thu, 10 Dec 2009 21:09:26 +0000 (23:09 +0200)
committerRémi Denis-Courmont <remi@remlab.net>
Thu, 10 Dec 2009 21:14:22 +0000 (23:14 +0200)
modules/video_output/xcb/xvideo.c

index a16cb6be0e58413500019680875cecfeb18e55c6..6bb8873bcf700db47713d4956cc228cd94956c65 100644 (file)
@@ -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;