aboutsummaryrefslogtreecommitdiffstats
path: root/src/tag.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/tag.h')
-rw-r--r--src/tag.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/tag.h b/src/tag.h
index f0afba03d..4ee16ded1 100644
--- a/src/tag.h
+++ b/src/tag.h
@@ -75,8 +75,6 @@ void initTagConfig();
void clearItemsFromMpdTag(MpdTag * tag, int itemType);
-void clearMpdTag(MpdTag * tag);
-
void freeMpdTag(MpdTag * tag);
void addItemToMpdTagWithLen(MpdTag * tag, int itemType, char * value, int len);
@@ -90,7 +88,4 @@ MpdTag * mpdTagDup(MpdTag * tag);
int mpdTagsAreEqual(MpdTag * tag1, MpdTag * tag2);
-/* *last shoudl be initialzed to -1 before calling this function */
-char * getNextItemFromMpdTag(MpdTag * tag, int itemType, int * last);
-
#endif