vlc | branch: master | Rémi Denis-Courmont <[email protected]> | Thu May 26 23:24:52 2011 +0300| [5466e48ec056f40fc3aff774c2374c515a7725a4] | committer: Rémi Denis-Courmont
Remove debug > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=5466e48ec056f40fc3aff774c2374c515a7725a4 --- modules/access/screen/xcb.c | 3 --- 1 files changed, 0 insertions(+), 3 deletions(-) diff --git a/modules/access/screen/xcb.c b/modules/access/screen/xcb.c index 7c7f1a2..f2ad37b 100644 --- a/modules/access/screen/xcb.c +++ b/modules/access/screen/xcb.c @@ -400,10 +400,7 @@ static void Demux (void *data) xcb_get_image (conn, XCB_IMAGE_FORMAT_Z_PIXMAP, drawable, x, y, w, h, ~0), NULL); if (img == NULL) - { - msg_Err (demux, "NO IMAGE"); return; - } block_t *block = block_heap_Alloc (img, xcb_get_image_data (img), xcb_get_image_data_length (img)); _______________________________________________ vlc-commits mailing list [email protected] http://mailman.videolan.org/listinfo/vlc-commits
