plugins: drop audio_hard_stop() from plugin API

Commit 01f96e40a7 ("mpegplayer: remove IRAM save/restore hack")
removed the only user.

Change-Id: Ia6281159387ab984906443f047b849614d92ef9e
This commit is contained in:
Aidan MacDonald 2026-02-02 21:07:48 +00:00 committed by Solomon Peachy
parent 828fd7941f
commit 34525a18dc
3 changed files with 1 additions and 12 deletions

View file

@ -758,9 +758,6 @@ static const struct plugin_api rockbox_api = {
audio_current_track,
audio_flush_and_reload_tracks,
audio_get_file_pos,
#ifdef PLUGIN_USE_IRAM
audio_hard_stop,
#endif
add_playbacklog,
/* menu */

View file

@ -178,7 +178,7 @@ int plugin_open(const char *plugin, const char *parameter);
* when this happens please take the opportunity to sort in
* any new functions "waiting" at the end of the list.
*/
#define PLUGIN_API_VERSION 277
#define PLUGIN_API_VERSION 278
/* 239 Marks the removal of ARCHOS HWCODEC and CHARCELL */
@ -889,9 +889,6 @@ struct plugin_api {
struct mp3entry* (*audio_current_track)(void);
void (*audio_flush_and_reload_tracks)(void);
int (*audio_get_file_pos)(void);
#ifdef PLUGIN_USE_IRAM
void (*audio_hard_stop)(void);
#endif
void (*add_playbacklog)(struct mp3entry *id3);
/* menu */

View file

@ -107,11 +107,6 @@ int audio_get_file_pos(void)
\return
\description
void audio_hard_stop(void)
\group playback control
\conditions (defined(PLUGIN_USE_IRAM))
\description
void audio_next(void)
\group playback control
\description