summaryrefslogtreecommitdiff
path: root/perf/cairo-perf.c
diff options
context:
space:
mode:
authorAndrea Canciani <ranma42@gmail.com>2011-08-31 17:03:33 +0200
committerAndrea Canciani <ranma42@gmail.com>2011-09-02 12:45:49 +0200
commitdcd3e2cde13dcf56c3281911c98b2356b41ae877 (patch)
treeeb9647515cf00557ca8e7e15d1d48a0b937a8c3f /perf/cairo-perf.c
parent9172e2aec0bfd7ac9ae464726bc79ace2d4d7113 (diff)
downloadcairo-dcd3e2cde13dcf56c3281911c98b2356b41ae877.tar.gz
perf: Get rid of cairo_perf_ticks_per_second()
The cairo_time_from_s() and cairo_time_to_s() functions should be used instead.
Diffstat (limited to 'perf/cairo-perf.c')
-rw-r--r--perf/cairo-perf.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/perf/cairo-perf.c b/perf/cairo-perf.c
index 1a60bdc4b..7f2ff5b8e 100644
--- a/perf/cairo-perf.c
+++ b/perf/cairo-perf.c
@@ -78,12 +78,6 @@ cairo_perf_timer_elapsed (void)
return timer;
}
-cairo_time_t
-cairo_perf_ticks_per_second (void)
-{
- return _cairo_time_from_s (1.);
-}
-
void
cairo_perf_yield (void)
{