aboutsummaryrefslogtreecommitdiff
path: root/src/tag_id3.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/tag_id3.h')
-rw-r--r--src/tag_id3.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/tag_id3.h b/src/tag_id3.h
index fb5c7c65..b99b4480 100644
--- a/src/tag_id3.h
+++ b/src/tag_id3.h
@@ -36,8 +36,6 @@ tag_id3_scan(const char *path_fs,
struct id3_tag;
struct tag *tag_id3_import(struct id3_tag *);
-struct tag *tag_id3_load(const char *file);
-
#else
#include <glib.h>
@@ -50,12 +48,6 @@ tag_id3_scan(G_GNUC_UNUSED const char *path_fs,
return false;
}
-static inline struct tag *
-tag_id3_load(G_GNUC_UNUSED const char *file)
-{
- return NULL;
-}
-
#endif
#endif