aboutsummaryrefslogtreecommitdiffstats
path: root/src/tag.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/tag.h')
-rw-r--r--src/tag.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/tag.h b/src/tag.h
index 557b979b5..856142bd5 100644
--- a/src/tag.h
+++ b/src/tag.h
@@ -80,8 +80,6 @@ void printMpdTag(FILE * fp, MpdTag * tag);
MpdTag * mpdTagDup(MpdTag * tag);
-void validateUtf8Tag(MpdTag * tag);
-
int mpdTagsAreEqual(MpdTag * tag1, MpdTag * tag2);
/* *last shoudl be initialzed to -1 before calling this function */