Code

playlist: removed unused macros
authorMax Kellermann <max@duempel.org>
Sat, 3 Oct 2009 18:45:33 +0000 (20:45 +0200)
committerMax Kellermann <max@duempel.org>
Sat, 3 Oct 2009 18:45:33 +0000 (20:45 +0200)
Removed ENABLE_PLCHANGES and MPD_ERROR.

src/playlist.c

index 11a9b91dd14f9e8765a8acf788cafd6d86f1ec06..dfe9cad57b32b0a763eb50cc4aa233312565560c 100644 (file)
 
 #include <string.h>
 
-#define ENABLE_PLCHANGES
-
-#define MPD_ERROR(c) (c==NULL || c->connection==NULL || c->connection->error)
-
 void
 playlist_init(struct mpdclient_playlist *playlist)
 {