mirror of
https://github.com/mpv-player/mpv
synced 2024-12-19 05:15:12 +00:00
f800a42e45
Delete some commented out or otherwise unused lines.
13 lines
227 B
C
13 lines
227 B
C
#ifndef MPLAYER_TIMER_H
|
|
#define MPLAYER_TIMER_H
|
|
|
|
extern const char timer_name[];
|
|
|
|
void InitTimer(void);
|
|
unsigned int GetTimer(void);
|
|
unsigned int GetTimerMS(void);
|
|
|
|
int usec_sleep(int usec_delay);
|
|
|
|
#endif /* MPLAYER_TIMER_H */
|