diff options
author | vdrfan <vdrfan-nospam-@xbmc.org> | 2011-09-10 08:12:20 +0200 |
---|---|---|
committer | vdrfan <vdrfan-nospam-@xbmc.org> | 2011-09-10 08:16:13 +0200 |
commit | 1017e851a3e43126b59f17610637962d04e640c6 (patch) | |
tree | 440e06a0d3d80edbe0471e0a10f82abc413bfd6a | |
parent | acfce9b040cd117fdcba6d7d7be9d5c1181b031a (diff) |
cosmetics: removed unused code
-rw-r--r-- | xbmc/filesystem/SourcesDirectory.cpp | 2 |
1 files changed, 0 insertions, 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 |