diff options
-rw-r--r-- | perf/micro/dragon.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perf/micro/dragon.c b/perf/micro/dragon.c index 4b16f38d..cd5ad9bf 100644 --- a/perf/micro/dragon.c +++ b/perf/micro/dragon.c @@ -164,7 +164,7 @@ do_dragon (cairo_t *cr, int width, int height, int loops) static cairo_perf_ticks_t do_dragon_solid (cairo_t *cr, int width, int height, int loops) { - double cx, cy, r; + double cx, cy; cx = cy = .5 * MAX (width, height); |