aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--screen_play.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/screen_play.c b/screen_play.c
index 66073d2b6..db42f58d8 100644
--- a/screen_play.c
+++ b/screen_play.c
@@ -304,8 +304,6 @@ playlist_delete_song(mpd_client_t *c, int index)
/* make shure the playlist is repainted */
lw->clear = 1;
lw->repaint = 1;
- if( lw->start>0 )
- lw->start--; /* make shure we stay on the same row */
list_window_check_selected(lw, c->playlist_length);
#endif