summaryrefslogtreecommitdiffstats
path: root/osdep/timer.h
diff options
context:
space:
mode:
authorUoti Urpala <uau@symbol.nonexistent.invalid>2008-04-28 12:12:56 +0300
committerUoti Urpala <uau@symbol.nonexistent.invalid>2008-04-28 12:18:48 +0300
commitf800a42e45fe47fa9c5ad51094adebb5ea662a0d (patch)
tree72be9175dc00c07971881ff356d9796029e8cf83 /osdep/timer.h
parenteaf7857b7f7ae6b05ce9d129157e0ff33ed2081b (diff)
downloadmpv-f800a42e45fe47fa9c5ad51094adebb5ea662a0d.tar.bz2
mpv-f800a42e45fe47fa9c5ad51094adebb5ea662a0d.tar.xz
osdep: Remove cruft
Delete some commented out or otherwise unused lines.
Diffstat (limited to 'osdep/timer.h')
-rw-r--r--osdep/timer.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/osdep/timer.h b/osdep/timer.h
index b0f289c00a..4ddac524ef 100644
--- a/osdep/timer.h
+++ b/osdep/timer.h
@@ -6,13 +6,7 @@ extern const char timer_name[];
void InitTimer(void);
unsigned int GetTimer(void);
unsigned int GetTimerMS(void);
-//int uGetTimer();
int usec_sleep(int usec_delay);
-/* timer's callback handling */
-typedef void timer_callback( void );
-extern unsigned set_timer_callback(unsigned ms,timer_callback func);
-extern void restore_timer(void);
-
#endif /* MPLAYER_TIMER_H */