From 9a43dfda51c0f23cc92c8965e235fe87f6ecff32 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Mon, 16 May 2016 10:05:39 +0200 Subject: [PATCH] Cleanups --- performance_counters.h | 9 --------- 1 file changed, 9 deletions(-) diff --git a/performance_counters.h b/performance_counters.h index 00cdb787c1..061df4675a 100644 --- a/performance_counters.h +++ b/performance_counters.h @@ -37,15 +37,6 @@ unsigned retro_get_perf_count_rarch(void); unsigned retro_get_perf_count_libretro(void); -/* - * retro_get_perf_counter: - * - * Gets performance counter. - * - * Returns: performance counter. - **/ -retro_perf_tick_t retro_get_perf_counter(void); - void performance_counter_register(struct retro_perf_counter *perf); void performance_counters_clear(void);