aboutsummaryrefslogtreecommitdiff
path: root/src/playlist_list.c
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2012-02-10 00:12:29 +0100
committerMax Kellermann <max@duempel.org>2012-02-10 00:12:29 +0100
commitabcc225763e543b75baaa4ff11342e911194910d (patch)
treec278ea61339d0a7c5ab1ed00881a15751c29b2c4 /src/playlist_list.c
parentb9673fc521c453f8729544541ba48fcafefcf4e9 (diff)
cue_parser: new line based CUE sheet parser
To replace libcue, the unmaintained and crashy library.
Diffstat (limited to 'src/playlist_list.c')
-rw-r--r--src/playlist_list.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/playlist_list.c b/src/playlist_list.c
index 1f220eee..f89ab386 100644
--- a/src/playlist_list.c
+++ b/src/playlist_list.c
@@ -54,9 +54,7 @@ static const struct playlist_plugin *const playlist_plugins[] = {
#ifdef ENABLE_LASTFM
&lastfm_playlist_plugin,
#endif
-#ifdef HAVE_CUE
&cue_playlist_plugin,
-#endif
#ifdef HAVE_FLAC
&flac_playlist_plugin,
#endif