diff options
Diffstat (limited to 'src/Stats.hxx')
-rw-r--r-- | src/Stats.hxx | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/src/Stats.hxx b/src/Stats.hxx index 1b141355c..dd131ce19 100644 --- a/src/Stats.hxx +++ b/src/Stats.hxx @@ -21,26 +21,6 @@ #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; - - /** sum of all song durations in the music directory (in - seconds) */ - unsigned long song_duration; - - /** number of distinct artist names in the music directory */ - unsigned artist_count; - - /** number of distinct album names in the music directory */ - unsigned album_count; -}; - -extern struct stats stats; void stats_global_init(void); |