summaryrefslogtreecommitdiffstats
path: root/osdep/timer.h
diff options
context:
space:
mode:
Diffstat (limited to 'osdep/timer.h')
-rw-r--r--osdep/timer.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/osdep/timer.h b/osdep/timer.h
index bdddf3d61a..8d5b553f2e 100644
--- a/osdep/timer.h
+++ b/osdep/timer.h
@@ -38,7 +38,4 @@ uint64_t mp_raw_time_us(void);
// Sleep in microseconds.
void mp_sleep_us(int64_t us);
-// Legacy timer functions. These can wrap.
-int usec_sleep(int usec_delay);
-
#endif /* MPLAYER_TIMER_H */