aboutsummaryrefslogtreecommitdiff
path: root/xbmc/FileItem.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'xbmc/FileItem.cpp')
-rw-r--r--xbmc/FileItem.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/xbmc/FileItem.cpp b/xbmc/FileItem.cpp
index 6798314241..8b7012a0e6 100644
--- a/xbmc/FileItem.cpp
+++ b/xbmc/FileItem.cpp
@@ -1156,11 +1156,6 @@ bool CFileItem::IsNfs() const
return URIUtils::IsNfs(m_strPath);
}
-bool CFileItem::IsOnLAN() const
-{
- return URIUtils::IsOnLAN(m_strPath);
-}
-
bool CFileItem::IsISO9660() const
{
return URIUtils::IsISO9660(m_strPath);