From 78123e60ab93e576ab2886f6e37455f7dedc78e4 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Sat, 3 Oct 2009 20:45:33 +0200 Subject: [PATCH] playlist: removed unused macros Removed ENABLE_PLCHANGES and MPD_ERROR. --- src/playlist.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/playlist.c b/src/playlist.c index 11a9b91..dfe9cad 100644 --- a/src/playlist.c +++ b/src/playlist.c @@ -21,10 +21,6 @@ #include -#define ENABLE_PLCHANGES - -#define MPD_ERROR(c) (c==NULL || c->connection==NULL || c->connection->error) - void playlist_init(struct mpdclient_playlist *playlist) { -- 2.30.2