diff gui/ui/main.c @ 34669:697aaedfe59e

Remove global variable pointing to playlist item last played. The variable and the condition it is used for are pointless, because it isn't possible to insert an playlist item before the current one without rebuilding the whole list which would invalidate this pointer.
author ib
date Wed, 22 Feb 2012 13:27:42 +0000
parents 73a5ecb53ee2
children 42fa91951bd2
line wrap: on
line diff
--- a/gui/ui/main.c	Wed Feb 22 10:53:00 2012 +0000
+++ b/gui/ui/main.c	Wed Feb 22 13:27:42 2012 +0000
@@ -211,7 +211,6 @@
 	if ( listMgr( PLAYLIST_ITEM_GET_CURR,0 ) &&( guiInfo.StreamType == STREAMTYPE_FILE ) )
 	 {
 	  plItem * next = listMgr( PLAYLIST_ITEM_GET_CURR,0 );
-	  plLastPlayed=next;
 	  uiSetFileName( next->path,next->name,SAME_STREAMTYPE );
 	 }