diff options
author | Max Kellermann <max@duempel.org> | 2014-02-04 23:58:03 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2014-02-05 00:09:36 +0100 |
commit | d380db25be3a37666d1c908343115ed5490db968 (patch) | |
tree | b65cf15deff49441f779d4e951d11a88e584a75f /src/Main.hxx | |
parent | e8938b1069739eca2bd2f27705c1c7783e834e59 (diff) | |
download | mpd-d380db25be3a37666d1c908343115ed5490db968.tar.gz mpd-d380db25be3a37666d1c908343115ed5490db968.tar.xz mpd-d380db25be3a37666d1c908343115ed5490db968.zip |
Instance: add attribute "event_loop"
Replaces global variable "main_loop".
Diffstat (limited to '')
-rw-r--r-- | src/Main.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/Main.hxx b/src/Main.hxx index 454519f46..08f24ec96 100644 --- a/src/Main.hxx +++ b/src/Main.hxx @@ -26,8 +26,6 @@ struct Instance; extern ThreadId main_thread; -extern EventLoop *main_loop; - extern Instance *instance; /** |