summaryrefslogtreecommitdiffstats
path: root/osdep/timer.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2012-08-31 18:17:45 +0200
committerwm4 <wm4@nowhere>2012-09-07 16:06:36 +0200
commitc5e2120e15d3b6e6e896a48670376de985fcc712 (patch)
tree3cacbce971cf6d84c766357fc66b24253533d3a5 /osdep/timer.h
parent914c8dc577ef782d8e350d9a5d68657108d04c19 (diff)
downloadmpv-c5e2120e15d3b6e6e896a48670376de985fcc712.tar.bz2
mpv-c5e2120e15d3b6e6e896a48670376de985fcc712.tar.xz
timer: remove timer_name
This was unreferenced and useless.
Diffstat (limited to 'osdep/timer.h')
-rw-r--r--osdep/timer.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/osdep/timer.h b/osdep/timer.h
index c3925041ca..fe04663781 100644
--- a/osdep/timer.h
+++ b/osdep/timer.h
@@ -19,8 +19,6 @@
#ifndef MPLAYER_TIMER_H
#define MPLAYER_TIMER_H
-extern const char timer_name[];
-
void InitTimer(void);
unsigned int GetTimer(void);
unsigned int GetTimerMS(void);