1
0
Fork 0
forked from len0rd/rockbox

playlist: Remove unused PLAYLIST_DELETE_CURRENT

Change-Id: I4d1a8798aca249d343ca27a9973213d427b73963
This commit is contained in:
Aidan MacDonald 2023-01-22 12:26:41 +00:00
parent d85f4b5e1c
commit 2c4546ba99
2 changed files with 1 additions and 9 deletions

View file

@ -60,10 +60,6 @@ enum {
PLAYLIST_INSERT_LAST_SHUFFLED = -7
};
enum {
PLAYLIST_DELETE_CURRENT = -1
};
struct playlist_control_cache {
enum playlist_command command;
int i1;