diff options
author | Rawk <mattias@klingawallin.se> | 2013-04-25 17:09:24 +0300 |
---|---|---|
committer | Rawk <mattias@klingawallin.se> | 2013-04-25 17:09:24 +0300 |
commit | 81d8e0bf5c9711bb366372a50629a138aff67cbc (patch) | |
tree | c26971787efed07200a8ba78abeecac6f64e6d05 | |
parent | a7703fb74603192f087db90c60877eeed1097f66 (diff) |
Remove unused variable in GetDirectory()
-rw-r--r-- | xbmc/video/windows/GUIWindowVideoNav.cpp | 2 |
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(); |