diff options
Diffstat (limited to '')
-rw-r--r-- | src/timer.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/timer.h b/src/timer.h index 7e84d9071..c8018e260 100644 --- a/src/timer.h +++ b/src/timer.h @@ -23,7 +23,6 @@ #include "mpd_types.h" typedef struct _Timer { - uint64_t start_time; uint64_t time; int started; int rate; @@ -41,6 +40,4 @@ void timer_add(Timer *timer, int size); void timer_sync(Timer *timer); -uint64_t timer_get_runtime_us(Timer *timer); - #endif |