diff options
Diffstat (limited to 'apps/playlist.h')
-rw-r--r-- | apps/playlist.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/apps/playlist.h b/apps/playlist.h index f97244322b..006688d2f5 100644 --- a/apps/playlist.h +++ b/apps/playlist.h @@ -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; |