1
0
mirror of https://github.com/mpv-player/mpv synced 2025-03-25 04:38:01 +00:00

Remove commented-out declaration of nonexisting function uGetTimer().

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31248 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2010-05-28 08:39:02 +00:00
parent c0262f7435
commit f5f6bbaa09

View File

@ -24,7 +24,6 @@ extern const char *timer_name;
void InitTimer(void);
unsigned int GetTimer(void);
unsigned int GetTimerMS(void);
//int uGetTimer(void);
float GetRelativeTime(void);
int usec_sleep(int usec_delay);