Commit 2ecd5fa2 authored by Max Kellermann's avatar Max Kellermann

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

Unused outside of Stats.cxx.
parent e719b6cc
...@@ -30,7 +30,7 @@ ...@@ -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 { ...@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment