git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10516 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
alex 2003-08-03 18:28:28 +00:00
parent 31d2778fc6
commit c22e181e2c
1 changed files with 0 additions and 3 deletions

View File

@ -107,9 +107,6 @@ float GetRelativeTime()
{
double last_time;
if (!startup_time)
InitTimer();
last_time = relative_time;
relative_time = mach_absolute_time() * timebase_ratio;