summaryrefslogtreecommitdiffstats
path: root/osdep/timer-linux.c
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2012-08-03 01:19:58 +0200
committerwm4 <wm4@nowhere>2012-08-03 01:20:51 +0200
commitb0e695cf79175ee62a263879d9b6f25399c9eda4 (patch)
tree48f50aed08fb9d08362a30de2b984d326af807a6 /osdep/timer-linux.c
parent92dc567ed99ca08b920a1e4a5504adc48d92614b (diff)
downloadmpv-b0e695cf79175ee62a263879d9b6f25399c9eda4.tar.bz2
mpv-b0e695cf79175ee62a263879d9b6f25399c9eda4.tar.xz
Remove leftover BeOS support stuff
As by mplayer-svn commit 33972. Their BeOS removal was more thorough.
Diffstat (limited to 'osdep/timer-linux.c')
-rw-r--r--osdep/timer-linux.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/osdep/timer-linux.c b/osdep/timer-linux.c
index 073ca84182..4ef28a499d 100644
--- a/osdep/timer-linux.c
+++ b/osdep/timer-linux.c
@@ -20,9 +20,6 @@
*/
#include <unistd.h>
-#ifdef __BEOS__
-#define usleep(t) snooze(t)
-#endif
#include <stdlib.h>
#include <time.h>
#include <sys/time.h>