aboutsummaryrefslogtreecommitdiff
path: root/src/tag.h
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2009-02-28 16:44:41 +0100
committerMax Kellermann <max@duempel.org>2009-02-28 16:44:41 +0100
commit4a2b315ab6bcf9afc0718be980915870a4ee8f1f (patch)
tree41c1a0dbac60f2e53b4b7453bfdf9ffb1003f7ae /src/tag.h
parentcabbf7ab4a97e5f173b5fd4deb3fab4e66538586 (diff)
tag: moved APE code to tag_ape.c
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 9f1549be..026ded5c 100644
--- a/src/tag.h
+++ b/src/tag.h
@@ -61,8 +61,6 @@ struct tag {
unsigned num_items;
};
-struct tag *tag_ape_load(const char *file);
-
struct tag *tag_new(void);
void tag_lib_init(void);