diff options
Diffstat (limited to '')
-rw-r--r-- | src/Stats.hxx | 3 |
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; |