Stats: don't export the global variable "stats"
Unused outside of Stats.cxx.
This commit is contained in:
parent
e719b6cc41
commit
2ecd5fa28d
@ -30,7 +30,7 @@
|
|||||||
|
|
||||||
#include <glib.h>
|
#include <glib.h>
|
||||||
|
|
||||||
struct stats stats;
|
static struct stats stats;
|
||||||
|
|
||||||
void stats_global_init(void)
|
void stats_global_init(void)
|
||||||
{
|
{
|
||||||
|
@ -40,8 +40,6 @@ struct stats {
|
|||||||
unsigned album_count;
|
unsigned album_count;
|
||||||
};
|
};
|
||||||
|
|
||||||
extern struct stats stats;
|
|
||||||
|
|
||||||
void stats_global_init(void);
|
void stats_global_init(void);
|
||||||
|
|
||||||
void stats_global_finish(void);
|
void stats_global_finish(void);
|
||||||
|
Loading…
Reference in New Issue
Block a user