Main: remove unused global variable "main_thread"

This commit is contained in:
Max Kellermann
2014-02-05 17:04:16 +01:00
parent 9ae7f186bc
commit 243c4e1e83
2 changed files with 0 additions and 7 deletions

View File

@@ -20,12 +20,9 @@
#ifndef MPD_MAIN_HXX
#define MPD_MAIN_HXX
class ThreadId;
class EventLoop;
struct Instance;
extern ThreadId main_thread;
extern Instance *instance;
/**