mirror of https://github.com/mpv-player/mpv
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:
parent
c0262f7435
commit
f5f6bbaa09
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue