application/src/PodcastQueueView.cpp
branchRCL_3
changeset 320 e3ec8e436951
parent 318 a231cc388498
child 367 4b75876aa85a
--- a/application/src/PodcastQueueView.cpp	Sun Oct 31 14:03:27 2010 +0000
+++ b/application/src/PodcastQueueView.cpp	Sun Oct 31 14:14:17 2010 +0000
@@ -344,11 +344,8 @@
 				
 		if (index >= 0 && index < iPodcastModel.ActiveShowList().Count())
 			{			
-			CShowInfo* info = iPodcastModel.ActiveShowList()[index];
-			
 			aMenuPane->SetItemDimmed(EPodcastMoveDownloadDown, dimDown);
-			aMenuPane->SetItemDimmed(EPodcastMoveDownloadUp, dimUp);
-			
+			aMenuPane->SetItemDimmed(EPodcastMoveDownloadUp, dimUp);			
 			}
 		}
 	}