diff options
author | Přemysl Janouch <p.janouch@gmail.com> | 2017-06-05 20:14:49 +0200 |
---|---|---|
committer | Přemysl Janouch <p.janouch@gmail.com> | 2017-06-05 20:14:49 +0200 |
commit | 34bbff2f71713d217b501e40ab6186f14b1da92e (patch) | |
tree | 681f8ffe4efa2b25a961f30a85698eab0cae80ca /nncmpp.c | |
parent | abb5022793bdcd3a54be36a85733a5569ac4c09f (diff) | |
download | nncmpp-34bbff2f71713d217b501e40ab6186f14b1da92e.tar.gz nncmpp-34bbff2f71713d217b501e40ab6186f14b1da92e.tar.xz nncmpp-34bbff2f71713d217b501e40ab6186f14b1da92e.zip |
Remove a pointless TODO
Diffstat (limited to 'nncmpp.c')
-rw-r--r-- | nncmpp.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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; } |