Code

Reverted back to r875
authorKalle Wallin <kaw@linux.se>
Fri, 23 Apr 2004 18:34:32 +0000 (18:34 +0000)
committerKalle Wallin <kaw@linux.se>
Fri, 23 Apr 2004 18:34:32 +0000 (18:34 +0000)
git-svn-id: https://svn.musicpd.org/ncmpc/trunk@882 09075e82-0dd4-0310-85a5-a0d7c8717e4f

screen_play.c

index 66073d2b6a7ae3183398d430e4d9fba1775c8636..db42f58d816ecbcdc4e764d8d512bc9a0f737403 100644 (file)
@@ -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