projects
/
platform
/
upstream
/
pixman.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e718440
)
Remove accidentally committed use of TIMER_BEGIN/END
author
Søren Sandmann Pedersen
<sandmann@redhat.com>
Sun, 17 Jun 2007 22:50:00 +0000
(18:50 -0400)
committer
Søren Sandmann Pedersen
<sandmann@redhat.com>
Sun, 17 Jun 2007 22:50:00 +0000
(18:50 -0400)
pixman/pixman-pict.c
patch
|
blob
|
history
diff --git
a/pixman/pixman-pict.c
b/pixman/pixman-pict.c
index
3777515
..
201dc91
100644
(file)
--- 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);
}