aboutsummaryrefslogtreecommitdiff
path: root/src/tag.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/tag.h')
-rw-r--r--src/tag.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/tag.h b/src/tag.h
index 0f525210..51cd64cd 100644
--- a/src/tag.h
+++ b/src/tag.h
@@ -19,15 +19,9 @@
#ifndef TAG_H
#define TAG_H
-#include "../config.h"
-
#include "mpd_types.h"
#include "os_compat.h"
-#ifdef HAVE_ID3TAG
-#include <id3tag.h>
-#endif
-
enum tag_type {
TAG_ITEM_ARTIST,
TAG_ITEM_ALBUM,
@@ -56,14 +50,8 @@ struct tag {
mpd_uint8 numOfItems;
};
-#ifdef HAVE_ID3TAG
-struct tag *tag_id3_import(struct id3_tag *);
-#endif
-
struct tag *tag_ape_load(char *file);
-struct tag *tag_id3_load(char *file);
-
struct tag *tag_new(void);
void tag_lib_init(void);