[vlc-commits] Remove debug
Rémi Denis-Courmont
git at videolan.org
Thu May 26 22:24:58 CEST 2011
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | 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));
More information about the vlc-commits
mailing list