Stats: don't export the global variable "stats"

Unused outside of Stats.cxx.
This commit is contained in:
Max Kellermann 2013-11-22 00:08:43 +01:00
parent e719b6cc41
commit 2ecd5fa28d
2 changed files with 1 additions and 3 deletions

View File

@ -30,7 +30,7 @@
#include <glib.h>
struct stats stats;
static struct stats stats;
void stats_global_init(void)
{

View File

@ -40,8 +40,6 @@ struct stats {
unsigned album_count;
};
extern struct stats stats;
void stats_global_init(void);
void stats_global_finish(void);