From c5e2120e15d3b6e6e896a48670376de985fcc712 Mon Sep 17 00:00:00 2001 From: wm4 Date: Fri, 31 Aug 2012 18:17:45 +0200 Subject: timer: remove timer_name This was unreferenced and useless. --- osdep/timer-darwin.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'osdep/timer-darwin.c') diff --git a/osdep/timer-darwin.c b/osdep/timer-darwin.c index 19fcdd946a..13dcb104b7 100644 --- a/osdep/timer-darwin.c +++ b/osdep/timer-darwin.c @@ -30,9 +30,6 @@ /* global variables */ static double timebase_ratio; -const char timer_name[] = "Darwin accurate"; - - /* the core sleep function, uses floats and is used in MPlayer G2 */ static float sleep_accurate(float time_frame) -- cgit v1.2.3