aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRawk <mattias@klingawallin.se>2013-04-25 17:09:24 +0300
committerRawk <mattias@klingawallin.se>2013-04-25 17:09:24 +0300
commit81d8e0bf5c9711bb366372a50629a138aff67cbc (patch)
treec26971787efed07200a8ba78abeecac6f64e6d05
parenta7703fb74603192f087db90c60877eeed1097f66 (diff)
Remove unused variable in GetDirectory()
-rw-r--r--xbmc/video/windows/GUIWindowVideoNav.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/xbmc/video/windows/GUIWindowVideoNav.cpp b/xbmc/video/windows/GUIWindowVideoNav.cpp
index 6aae57cc52..84621736b1 100644
--- a/xbmc/video/windows/GUIWindowVideoNav.cpp
+++ b/xbmc/video/windows/GUIWindowVideoNav.cpp
@@ -269,8 +269,6 @@ CStdString CGUIWindowVideoNav::GetQuickpathName(const CStdString& strPath) const
bool CGUIWindowVideoNav::GetDirectory(const CStdString &strDirectory, CFileItemList &items)
{
- CFileItem directory(strDirectory, true);
-
if (m_thumbLoader.IsLoading())
m_thumbLoader.StopThread();