tRemove unnecessary warning - spoon - dwm status utility (2f30 fork)
 (HTM) git clone git://src.adamsgaard.dk/spoon
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) LICENSE
       ---
 (DIR) commit 4fbef7dcb04682ff3c8020c7d4f2a2fc29f1f0d6
 (DIR) parent 192d94ee41b5c6c7c9285e26cf2a070a36b7234e
 (HTM) Author: sin <sin@2f30.org>
       Date:   Tue, 17 May 2016 00:19:13 +0100
       
       Remove unnecessary warning
       
       Diffstat:
         M spoon.c                             |       1 -
       
       1 file changed, 0 insertions(+), 1 deletion(-)
       ---
 (DIR) diff --git a/spoon.c b/spoon.c
       t@@ -56,7 +56,6 @@ mpdread(char *buf, size_t len)
                mpd_send_current_song(conn);
                song = mpd_recv_song(conn);
                if (song == NULL) {
       -                warnx("cannot recv mpd song");
                        ret = -1;
                        goto out;
                }