summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 1baf411)
raw | patch | inline | side by side (parent: 1baf411)
author | Max Kellermann <max@duempel.org> | |
Sat, 3 Oct 2009 18:45:33 +0000 (20:45 +0200) | ||
committer | Max Kellermann <max@duempel.org> | |
Sat, 3 Oct 2009 18:45:33 +0000 (20:45 +0200) |
Removed ENABLE_PLCHANGES and MPD_ERROR.
src/playlist.c | patch | blob | history |
diff --git a/src/playlist.c b/src/playlist.c
index 11a9b91dd14f9e8765a8acf788cafd6d86f1ec06..dfe9cad57b32b0a763eb50cc4aa233312565560c 100644 (file)
--- a/src/playlist.c
+++ b/src/playlist.c
#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)
{