From: Max Kellermann Date: Sat, 3 Oct 2009 18:45:33 +0000 (+0200) Subject: playlist: removed unused macros X-Git-Tag: release-0.16~187 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=78123e60ab93e576ab2886f6e37455f7dedc78e4;p=ncmpc.git playlist: removed unused macros Removed ENABLE_PLCHANGES and MPD_ERROR. --- 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) {