aboutsummaryrefslogtreecommitdiff
path: root/xbmc/network/NetworkFileItemClassify.h
diff options
context:
space:
mode:
Diffstat (limited to 'xbmc/network/NetworkFileItemClassify.h')
-rw-r--r--xbmc/network/NetworkFileItemClassify.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/xbmc/network/NetworkFileItemClassify.h b/xbmc/network/NetworkFileItemClassify.h
index 5a96a98253..dc309e0145 100644
--- a/xbmc/network/NetworkFileItemClassify.h
+++ b/xbmc/network/NetworkFileItemClassify.h
@@ -14,7 +14,7 @@ namespace KODI::NETWORK
{
//! \brief Check whether an item is a an internet stream.
-bool IsInternetStream(const CFileItem& item, const bool bStrictCheck = false);
+bool IsInternetStream(const CFileItem& item);
//! \brief Check whether an item is on a remote location.
bool IsRemote(const CFileItem& item);