aboutsummaryrefslogtreecommitdiffstats
path: root/src/Stats.hxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-11-22 00:10:53 +0100
committerMax Kellermann <max@duempel.org>2013-11-22 00:10:53 +0100
commitb9169a5670c4cb603b25f0b07e93d9739c5b06f8 (patch)
tree8f41331ef800513ece19d0b88a90d30973a1d672 /src/Stats.hxx
parent2ecd5fa28d05e20e7ef281ccd6760d73cbc04e8d (diff)
downloadmpd-b9169a5670c4cb603b25f0b07e93d9739c5b06f8.tar.gz
mpd-b9169a5670c4cb603b25f0b07e93d9739c5b06f8.tar.xz
mpd-b9169a5670c4cb603b25f0b07e93d9739c5b06f8.zip
Stats: move the GTimer variable out of struct stats
Diffstat (limited to 'src/Stats.hxx')
-rw-r--r--src/Stats.hxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/Stats.hxx b/src/Stats.hxx
index 525dc154c..898048bc5 100644
--- a/src/Stats.hxx
+++ b/src/Stats.hxx
@@ -21,11 +21,8 @@
#define MPD_STATS_HXX
class Client;
-typedef struct _GTimer GTimer;
struct stats {
- GTimer *timer;
-
/** number of song files in the music directory */
unsigned song_count;