diff options
author | Marc-André Lureau <marcandre.lureau@redhat.com> | 2011-04-03 02:29:14 +0200 |
---|---|---|
committer | Marc-André Lureau <marcandre.lureau@redhat.com> | 2011-04-03 02:29:19 +0200 |
commit | a96278aed129704cf2188073bd3bc0edf9b1626c (patch) | |
tree | 17d9ae954afb88f5cc50d8766d95354113430c74 /common | |
parent | 0c8de86cd3b092f9fc2dc2f36867499e492ece1c (diff) |
common: remove unnecessary outdated c++ debug
Diffstat (limited to 'common')
-rw-r--r-- | common/canvas_base.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/common/canvas_base.c b/common/canvas_base.c index 3b0f801..11a0b1a 100644 --- a/common/canvas_base.c +++ b/common/canvas_base.c @@ -1073,9 +1073,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 |