From 4a23a4bfee5c7b213da4f72ae858ab69840ccbdc Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Sun, 12 Feb 2012 18:25:46 +0100 Subject: tag_{ape,id3}: remove the _load() functions Use _scan() instead, to have more control. --- src/tag_id3.h | 8 -------- 1 file changed, 8 deletions(-) (limited to 'src/tag_id3.h') 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 @@ -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 -- cgit v1.2.3