diff options
Diffstat (limited to '')
-rw-r--r-- | src/playlist.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/playlist.h b/src/playlist.h index 251297c4f..a2531963b 100644 --- a/src/playlist.h +++ b/src/playlist.h @@ -149,8 +149,6 @@ int getPlaylistLength(void); unsigned long getPlaylistVersion(void); -void playPlaylistIfPlayerStopped(void); - enum playlist_result seekSongInPlaylist(unsigned song, float seek_time); enum playlist_result seekSongInPlaylistById(unsigned id, float seek_time); |