From c22e181e2c057551a5f6e88c73c80ff67b479bea Mon Sep 17 00:00:00 2001 From: alex Date: Sun, 3 Aug 2003 18:28:28 +0000 Subject: 10l git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10516 b3059339-0415-0410-9bf9-f77b7e298cf2 --- osdep/timer-darwin.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'osdep') diff --git a/osdep/timer-darwin.c b/osdep/timer-darwin.c index a5b3516699..af015fdce6 100644 --- a/osdep/timer-darwin.c +++ b/osdep/timer-darwin.c @@ -107,9 +107,6 @@ float GetRelativeTime() { double last_time; - if (!startup_time) - InitTimer(); - last_time = relative_time; relative_time = mach_absolute_time() * timebase_ratio; -- cgit v1.2.3