diff options
author | fuzzard <fuzzard@users.noreply.github.com> | 2024-03-26 08:17:19 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-26 08:17:19 +0200 |
commit | ed0c71562b966d6bae5946a0f7495cb7980b2f82 (patch) | |
tree | 92fd71486f23dcfaeba9254dd82d043ee368bffa | |
parent | e4b448a1e92fa48bb4b4da7b30834f9b6e396dbd (diff) | |
parent | b11e6b051094230eb6e020485d72ca81839e517c (diff) |
Merge pull request #24903 from enen92/version_corre_docs_bp
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> /// } |