From 685b77a6f0c2daa14b45ceba53bf24aa4f1f9ded Mon Sep 17 00:00:00 2001 From: jcorporation Date: Wed, 28 Nov 2018 16:25:16 +0000 Subject: [PATCH] Fix: remove unused MPD_API_SEND_MESSAGE --- src/mpd_client.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/mpd_client.h b/src/mpd_client.h index 47bbc6d..1a3445b 100644 --- a/src/mpd_client.h +++ b/src/mpd_client.h @@ -127,7 +127,6 @@ X(MPD_API_PLAYER_STATE) \ X(MPD_API_SETTINGS_GET) \ X(MPD_API_SETTINGS_SET) \ - X(MPD_API_MESSAGE_SEND) \ X(MPD_API_WELCOME) \ X(MPD_API_LIKE) \ X(MPD_API_SYSCMD) \