diff options
author | Max Kellermann <max@duempel.org> | 2013-11-24 21:14:38 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2013-11-24 21:14:38 +0100 |
commit | 529b4bd185eb130580c09c24450d80d62c9ae769 (patch) | |
tree | a002854fefe89cb1eaa16ac0b45558e6ea20478f /src/Stats.hxx | |
parent | 85b51e4e779360a4f2ead4404bf4d6b547f6d49d (diff) | |
download | mpd-529b4bd185eb130580c09c24450d80d62c9ae769.tar.gz mpd-529b4bd185eb130580c09c24450d80d62c9ae769.tar.xz mpd-529b4bd185eb130580c09c24450d80d62c9ae769.zip |
Stats: use monotonic clock instead of GTimer
Reduce GLib usage.
Diffstat (limited to '')
-rw-r--r-- | src/Stats.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/Stats.hxx b/src/Stats.hxx index dd131ce19..63b96c4d6 100644 --- a/src/Stats.hxx +++ b/src/Stats.hxx @@ -24,8 +24,6 @@ class Client; void stats_global_init(void); -void stats_global_finish(void); - void stats_update(void); void |