aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKai Sommerfeld <kai.sommerfeld@gmx.com>2018-03-14 09:55:48 +0100
committerKai Sommerfeld <kai.sommerfeld@gmx.com>2018-03-15 15:50:39 +0100
commit079baffd886b009f8e5846632f1e84f10f7587d6 (patch)
tree440568695a0f2d7facb4ea323abff04c7144886d
parent29164ecebe945079bf7361d4f56f990ba2b9f59b (diff)
[guiinfo] GUIInfomanager cleanup: Fix documentation for method SetCurrentItem (param 'blocking' was removed long time ago.
-rw-r--r--xbmc/GUIInfoManager.h1
1 files changed, 0 insertions, 1 deletions
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();