aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Marshall <jmarshall@never.you.mind>2012-10-16 21:11:22 +1300
committerJonathan Marshall <jmarshall@never.you.mind>2012-10-16 21:27:34 +1300
commitb28de1569dc0e23c30f909496ae9870831d10c1e (patch)
treeb0d8f5fffd8705f9cc0b55c06559acc8e2911c69
parent32f7ada05749cc71c88cf4a62dc5221a769bf49c (diff)
drop unused Prettify function from CVideoInfoScanner
-rw-r--r--xbmc/video/VideoInfoScanner.cpp9
1 files changed, 0 insertions, 9 deletions
diff --git a/xbmc/video/VideoInfoScanner.cpp b/xbmc/video/VideoInfoScanner.cpp
index 43e7bed171..4ce5787903 100644
--- a/xbmc/video/VideoInfoScanner.cpp
+++ b/xbmc/video/VideoInfoScanner.cpp
@@ -202,15 +202,6 @@ namespace VIDEO
g_windowManager.SendThreadMessage(msg);
}
- static CStdString Prettify(const CStdString& strDirectory)
- {
- CURL url(strDirectory);
- CStdString strStrippedPath = url.GetWithoutUserDetails();
- CURL::Decode(strStrippedPath);
-
- return strStrippedPath;
- }
-
bool CVideoInfoScanner::DoScan(const CStdString& strDirectory)
{
if (m_handle)