From 079baffd886b009f8e5846632f1e84f10f7587d6 Mon Sep 17 00:00:00 2001 From: Kai Sommerfeld Date: Wed, 14 Mar 2018 09:55:48 +0100 Subject: [guiinfo] GUIInfomanager cleanup: Fix documentation for method SetCurrentItem (param 'blocking' was removed long time ago. --- xbmc/GUIInfoManager.h | 1 - 1 file changed, 1 deletion(-) diff --git a/xbmc/GUIInfoManager.h b/xbmc/GUIInfoManager.h index 010ac3eafd..0656d26742 100644 --- a/xbmc/GUIInfoManager.h +++ b/xbmc/GUIInfoManager.h @@ -138,7 +138,6 @@ public: std::string GetDuration(TIME_FORMAT format = TIME_FORMAT_GUESS) const; /*! \brief Set currently playing file item - \param blocking whether to run in current thread (true) or background thread (false) */ void SetCurrentItem(const CFileItem &item); void ResetCurrentItem(); -- cgit v1.2.3