Remove a pointless TODO

This commit is contained in:
Přemysl Eric Janouch 2017-06-05 20:14:49 +02:00
parent abb5022793
commit 34bbff2f71
Signed by: p
GPG Key ID: B715679E3A361BE6
1 changed files with 2 additions and 2 deletions

View File

@ -896,8 +896,8 @@ app_quit (void)
{
g.quitting = true;
// TODO: bring down the MPD interface (if that's needed at all);
// so far there's nothing for us to wait on, so let's just stop looping
// So far there's nothing for us to wait on, so let's just stop looping;
// otherwise we might want to e.g. cleanly bring down the MPD interface
g.polling = false;
}