From bfc8a43b48aafd65a5ac7f22c05dd629f58a2cd6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc-Andr=C3=A9=20Lureau?= Date: Sun, 3 Apr 2011 02:29:14 +0200 Subject: [PATCH] common: remove unnecessary outdated c++ debug --- canvas_base.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/canvas_base.c b/canvas_base.c index c4203dd..4b5d7d4 100644 --- a/canvas_base.c +++ b/canvas_base.c @@ -1065,9 +1065,6 @@ static pixman_image_t *canvas_get_image_internal(CanvasBase *canvas, SpiceImage pixman_image_t *surface, *converted; pixman_format_code_t wanted_format, surface_format; int saved_want_original; -#ifdef DEBUG_LZ - LOG_DEBUG("canvas_get_image image type: " << (int)descriptor->type); -#endif /* When touching, only really allocate if we need to cache, or * if we're loading a GLZ stream (since those need inter-thread communication