summaryrefslogtreecommitdiffstats
path: root/osdep/timer.h
diff options
context:
space:
mode:
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 */