aboutsummaryrefslogtreecommitdiff
path: root/src/tag.c
diff options
context:
space:
mode:
authorWarren Dukes <warren.dukes@gmail.com>2004-03-18 03:29:25 +0000
committerWarren Dukes <warren.dukes@gmail.com>2004-03-18 03:29:25 +0000
commit91450723b277fc8fa2d4bcfecb762c30ab7bfb21 (patch)
tree86a99e6b11b10bcb0f6407593f2a72ccbf46492d /src/tag.c
parent02346f2f1a82fd76dad6e4f01a51a655f9677541 (diff)
bunch of autotool cleanups
git-svn-id: https://svn.musicpd.org/mpd/trunk@271 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to 'src/tag.c')
-rw-r--r--src/tag.c16
1 files changed, 0 insertions, 16 deletions
diff --git a/src/tag.c b/src/tag.c
index c854e9b2..1a0acb3e 100644
--- a/src/tag.c
+++ b/src/tag.c
@@ -299,22 +299,6 @@ MpdTag * mp4TagDup(char * utf8file) {
return ret;
}
-
-MpdTag * aacTagDup(char * utf8file) {
- MpdTag * ret = NULL;
- int time;
-
-#warning getMp4TotalTime needs implementing
- //time = getAacTotalTime(rmp2amp(utf8ToFsCharset(utf8file)));
- time = 0;
-
- if(time>=0) {
- if(!ret) ret = newMpdTag();
- ret->time = time;
- }
-
- return ret;
-}
#endif
#ifdef HAVE_OGG