changed: removed redundant code. thanks garbear
authorspiff <spiff@xbmc.org>
Mon, 22 Aug 2011 09:37:46 +0000 (11:37 +0200)
committerspiff <spiff@xbmc.org>
Mon, 22 Aug 2011 09:37:46 +0000 (11:37 +0200)
xbmc/utils/URIUtils.cpp

index f812ddf..a6ece25 100644 (file)
@@ -429,9 +429,6 @@ bool URIUtils::IsOnLAN(const CStdString& strPath)
   if(!IsRemote(strPath))
     return false;
 
-  if(IsPlugin(strPath))
-    return false;
-
   CStdString host = url.GetHostName();
   if(host.length() == 0)
     return false;