From 30f198fe53949da59821d2f394f0cecb5bdaa646 Mon Sep 17 00:00:00 2001 From: =?utf8?q?S=C3=B8ren=20Sandmann=20Pedersen?= Date: Sun, 17 Jun 2007 18:50:00 -0400 Subject: [PATCH] Remove accidentally committed use of TIMER_BEGIN/END --- pixman/pixman-pict.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/pixman/pixman-pict.c b/pixman/pixman-pict.c index 3777515..201dc91 100644 --- a/pixman/pixman-pict.c +++ b/pixman/pixman-pict.c @@ -1089,8 +1089,6 @@ pixman_image_composite_rect (pixman_op_t op, return_if_fail (src != NULL); return_if_fail (dest != NULL); - TIMER_BEGIN (pixman_image_composite); - if (width > SCANLINE_BUFFER_LENGTH) { scanline_buffer = (uint32_t *)malloc (width * 3 * sizeof (uint32_t)); @@ -1116,8 +1114,6 @@ pixman_image_composite_rect (pixman_op_t op, if (scanline_buffer != _scanline_buffer) free (scanline_buffer); - - TIMER_END (pixman_image_composite); } -- 2.7.4