summaryrefslogtreecommitdiffstats
path: root/libmpdemux/cddb.c
diff options
context:
space:
mode:
Diffstat (limited to 'libmpdemux/cddb.c')
-rw-r--r--libmpdemux/cddb.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/libmpdemux/cddb.c b/libmpdemux/cddb.c
index 89a7a22f7b..a43db97218 100644
--- a/libmpdemux/cddb.c
+++ b/libmpdemux/cddb.c
@@ -14,8 +14,6 @@
#include "config.h"
-#if defined(HAVE_CDDA) && defined(MPLAYER_NETWORK)
-
#include <stdio.h>
#include <stdlib.h>
#include <fcntl.h>
@@ -878,5 +876,3 @@ cddb_parse_xmcd(char *xmcd_file) {
return cd_info;
}
-
-#endif