From 1017e851a3e43126b59f17610637962d04e640c6 Mon Sep 17 00:00:00 2001 From: vdrfan Date: Sat, 10 Sep 2011 08:12:20 +0200 Subject: cosmetics: removed unused code --- xbmc/filesystem/SourcesDirectory.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/xbmc/filesystem/SourcesDirectory.cpp b/xbmc/filesystem/SourcesDirectory.cpp index be10e8392a..4e7f8695e6 100644 --- a/xbmc/filesystem/SourcesDirectory.cpp +++ b/xbmc/filesystem/SourcesDirectory.cpp @@ -67,8 +67,6 @@ bool CSourcesDirectory::GetDirectory(const VECSOURCES &sources, CFileItemList &i CFileItemPtr pItem(new CFileItem(share)); if (pItem->IsLastFM() || (pItem->GetPath().Left(14).Equals("musicsearch://"))) pItem->SetCanQueue(false); - CStdString strPathUpper = pItem->GetPath(); - strPathUpper.ToUpper(); CStdString strIcon; // We have the real DVD-ROM, set icon on disktype -- cgit v1.2.3