From 9ba51e355287f234260977e8cd978773e2528cae Mon Sep 17 00:00:00 2001 From: Aidan MacDonald Date: Wed, 29 Mar 2023 09:24:29 +0100 Subject: playlist: Remove playlist_add() It was only used in filetree.c. It's still implemented in Lua so scripts using rb.playlist_add() won't break, but has been removed from the Lua API "backend". Change-Id: I5625a47f0692456008c6b10dee14755151d22f29 --- apps/plugin.c | 1 - 1 file changed, 1 deletion(-) (limited to 'apps/plugin.c') diff --git a/apps/plugin.c b/apps/plugin.c index cd58209fb7..13b2fc7769 100644 --- a/apps/plugin.c +++ b/apps/plugin.c @@ -692,7 +692,6 @@ static const struct plugin_api rockbox_api = { playlist_resume_track, playlist_set_modified, playlist_start, - playlist_add, playlist_sync, playlist_remove_all_tracks, playlist_create, -- cgit v1.2.3