From: Max Kellermann Date: Fri, 17 Mar 2017 21:44:12 +0000 (+0100) Subject: mpdclient: remove unused macro BUFSIZE X-Git-Tag: v0.26~59 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=6fcee4ad2c7312c2f4c5cd44371f9711446f21a7;p=ncmpc.git mpdclient: remove unused macro BUFSIZE --- diff --git a/src/mpdclient.c b/src/mpdclient.c index 548ff59..2abf05d 100644 --- a/src/mpdclient.c +++ b/src/mpdclient.c @@ -33,8 +33,6 @@ #include #include -#define BUFSIZE 1024 - /****************************************************************************/ /*** mpdclient functions ****************************************************/ /****************************************************************************/