From 23e5f77ab0c5f80de4091b365165276cfe9899dd Mon Sep 17 00:00:00 2001 From: Christian Soffke Date: Wed, 24 Jul 2024 18:39:06 +0200 Subject: Remove mp3info function & remove list_do_action from plugin_api Change-Id: Ia9a2d6889679832f23b19a989927277ba886cba4 --- docs/API | 8 -------- docs/PLUGIN_API | 7 ------- 2 files changed, 15 deletions(-) (limited to 'docs') diff --git a/docs/API b/docs/API index 074e82bbbc..bd2eb22204 100644 --- a/docs/API +++ b/docs/API @@ -197,14 +197,6 @@ Memory allocation each and returns a pointer to the allocated memory. The memory is set to zero. -ID3 - - #include - bool mp3info(mp3entry *entry, char *filename); - - Return FALSE if successful. The given mp3entry is then filled in with - whatever id3 info it could find about the given file. - Various #include diff --git a/docs/PLUGIN_API b/docs/PLUGIN_API index 29a7829b32..4760ecede2 100644 --- a/docs/PLUGIN_API +++ b/docs/PLUGIN_API @@ -1324,13 +1324,6 @@ time_t mktime(struct tm *t) \return \description -bool mp3info(struct mp3entry *entry, const char *filename) - \group misc - \param entry - \param filename - \return FALSE if successfull - \description The given =entry= is filled in with whatever id3 info it could find about the given =filename= - void mutex_init(struct mutex *m) \group kernel/ system \param m -- cgit v1.2.3