summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mg_playlist.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mg_playlist.c b/mg_playlist.c
index b4bc487..5ead8f7 100644
--- a/mg_playlist.c
+++ b/mg_playlist.c
@@ -140,7 +140,7 @@ bool mgPlaylist::remove( unsigned pos )
{
bool result = false;
- if( pos > 0 && pos != m_current_idx )
+ if( pos != m_current_idx )
{
result = mgTracklist::remove( pos );