diff options
author | fuzzard <fuzzard@users.noreply.github.com> | 2024-03-26 08:16:54 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-26 08:16:54 +0200 |
commit | 2af83485d5a007aed71b7e44481097d9ae260966 (patch) | |
tree | 8b7b0622a19c8520b5803ee0ddb5e15ddc1ec843 | |
parent | 0ef089c7ca020b532a92961e868e539360b8d0a9 (diff) | |
parent | 14115ae2f928221985362b8f58b4379fe148494a (diff) |
Merge pull request #24902 from enen92/version_corre_docs
Info: 'Un-deprecate' color and process info labels
-rw-r--r-- | xbmc/GUIInfoManager.cpp | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/xbmc/GUIInfoManager.cpp b/xbmc/GUIInfoManager.cpp index af5d371a41..3725ca1c3c 100644 --- a/xbmc/GUIInfoManager.cpp +++ b/xbmc/GUIInfoManager.cpp @@ -5207,9 +5207,6 @@ const infomap container_str[] = {{ "property", CONTAINER_PROPERTY }, /// <p> /// @deprecated \link ListItem_PictureColour `ListItem.PictureColour`\endlink is deprecated and will be removed in future Kodi versions /// <p><hr> -/// @skinning_v20 **[Deprecated]** \link ListItem_PictureColour `ListItem.PictureColour`\endlink is deprecated and will be removed in future Kodi versions -/// <p> -/// <p><hr> /// @skinning_v13 **[New Infolabel]** \link ListItem_PictureColour `ListItem.PictureColour`\endlink /// <p> /// } @@ -5530,9 +5527,6 @@ const infomap container_str[] = {{ "property", CONTAINER_PROPERTY }, /// <p> /// @deprecated \link ListItem_PictureProcess `ListItem.PictureProcess`\endlink is deprecated and will be removed in future Kodi versions /// <p><hr> -/// @skinning_v20 **[Deprecated]** \link ListItem_PictureProcess `ListItem.PictureProcess`\endlink is deprecated and will be removed in future Kodi versions -/// <p> -/// <p><hr> /// @skinning_v13 **[New Infolabel]** \link ListItem_PictureProcess `ListItem.PictureProcess`\endlink /// <p> /// } @@ -9138,9 +9132,6 @@ const infomap rds[] = {{ "hasrds", RDS_HAS_RDS }, /// <p> /// @deprecated Slideshow_Colour `Slideshow.Colour`\endlink is deprecated and will be removed in future Kodi versions /// <p><hr> -/// @skinning_v20 **[Deprecated]** \link Slideshow_Colour `Slideshow.Colour`\endlink is deprecated and will be removed in future Kodi versions -/// <p> -/// <p><hr> /// @skinning_v13 **[New Infolabel]** \link Slideshow_Colour `Slideshow.Colour`\endlink /// <p> /// } @@ -9472,9 +9463,6 @@ const infomap rds[] = {{ "hasrds", RDS_HAS_RDS }, /// <p> /// @deprecated \link Slideshow_Process `Slideshow.Process`\endlink is deprecated and will be removed in future Kodi versions /// <p><hr> -/// @skinning_v20 **[Deprecated]** \link Slideshow_Process `Slideshow.Process`\endlink is deprecated and will be removed in future Kodi versions -/// <p> -/// <p><hr> /// @skinning_v13 **[New Infolabel]** \link Slideshow_Process `Slideshow.Process`\endlink /// <p> /// } |